2007-02-06 19:19:38 +01:00
|
|
|
#
|
|
|
|
|
2007-09-26 23:12:38 +02:00
|
|
|
if BR2_TOOLCHAIN_EXTERNAL
|
2009-05-29 18:37:41 +02:00
|
|
|
choice
|
|
|
|
prompt "External toolchain C library"
|
|
|
|
default BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
2007-02-06 19:19:38 +01:00
|
|
|
|
2009-05-29 18:37:41 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
|
bool "uClibc"
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
bool "glibc"
|
|
|
|
|
|
|
|
endchoice
|
2007-02-06 19:19:38 +01:00
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_STRIP
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
prompt "Strip shared libraries"
|
|
|
|
help
|
|
|
|
Strip shared libraries copied from the external toolchain.
|
2007-09-26 23:12:38 +02:00
|
|
|
endif
|