libc: do not offer cross-ldd for bare-metal

This commit is contained in:
Yann E. MORIN" 2010-07-30 22:50:32 +02:00
parent 6d084fb565
commit e1848908de

View File

@ -84,6 +84,7 @@ endchoice
config LIBC_XLDD config LIBC_XLDD
bool bool
prompt "Install a cross ldd-like helper" prompt "Install a cross ldd-like helper"
depends on ! BARE_METAL
default y default y
help help
Say 'Y' here if you want to have a ldd-like helper that Say 'Y' here if you want to have a ldd-like helper that