summaryrefslogtreecommitdiffstats
path: root/rules/gcclibs.in
blob: 867ca9d005eb90f932b13f0195625ad95de66201 (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                 "

config GCCLIBS
	bool

config GCCLIBS_CXX
	bool "libstdc++"
	select GCCLIBS
	select GCCLIBS_GCC_S
	select GLIBC_LIBM
	help
	  FIXME: This item needs to be documented

config GCCLIBS_GCC_S
	bool "libgcc_s"
	select GCCLIBS
	help
	  FIXME: This item needs to be documented

endmenu