kumquat-buildroot/toolchain/toolchain-external/Config.in
Mike Frysinger 50003798b3 toolchain-external: fix indentation in Kconfig
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-11-17 23:18:23 +01:00

23 lines
390 B
Plaintext

#
if BR2_TOOLCHAIN_EXTERNAL
choice
prompt "External toolchain C library"
default BR2_TOOLCHAIN_EXTERNAL_UCLIBC
config BR2_TOOLCHAIN_EXTERNAL_UCLIBC
bool "uClibc"
config BR2_TOOLCHAIN_EXTERNAL_GLIBC
bool "glibc"
endchoice
config BR2_TOOLCHAIN_EXTERNAL_STRIP
bool
default y
prompt "Strip shared libraries"
help
Strip shared libraries copied from the external toolchain.
endif