summaryrefslogtreecommitdiffstats
path: root/rules/gcclibs.in
blob: c4a1653aa73fcb5b26bc30225e98808162f8c49d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# rules/gcclibs.in
#

menu	"GCC Libraries       "
	depends on BUILD_USERLAND

config GCCLIBS_CXX
	bool "libstdc++"
	select GCCLIBS_GCC_S
	select GCCLIBS_GCC_S_NOF if ARCH_PPC
	select GLIBC_LIBM
	default n

config GCCLIBS_GCC_S
	bool "libgcc_s"
	default n

config GCCLIBS_GCC_S_NOF
	bool "libgcc_s_nof"
	default n
	depends on ARCH_PPC

endmenu