summaryrefslogtreecommitdiffstats
path: root/rules/gcclibs.in
blob: 3cdeeb59ae617c73a5384ed77693540b84e1adad (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
25
26
27
28
29
30
31
32
33
#
# rules/gcclibs.in
#

menuconfig GCCLIBS
	bool
	prompt "GCC Libraries       "
	depends on BUILD_USERLAND

config GCCLIBS_CXX
	bool "libstdc++"
	depends on GCCLIBS
	select GCCLIBS_GCC_S
	select GCCLIBS_GCC_S_NOF if ARCH_PPC
	select GLIBC_LIBM
	default n
	help
	  FIXME: This item needs to be documented

config GCCLIBS_GCC_S
	bool "libgcc_s"
	default n
	depends on GCCLIBS
	help
	  FIXME: This item needs to be documented

config GCCLIBS_GCC_S_NOF
	bool "libgcc_s_nof"
	default n
	depends on GCCLIBS
	depends on ARCH_PPC
	help
	  FIXME: This item needs to be documented