summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-external/Config.in
blob: a340de66184ef7153c996185ec57ecaedc2c6092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#

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