summaryrefslogtreecommitdiffstats
path: root/rules/newlib.in
blob: ad7fb5d5c91dccf1917fdcaba29eb08613f6c196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
menuconfig NEWLIB
	bool
	select CROSS_GCC_FIRST
	select CROSS_GCC_THREADS_SINGLE
	prompt "newlib                      "

config NEWLIB_VERSION
	depends on NEWLIB
	string
	prompt "newlib version"
	default "1.15.0"
	help
	  Specify the newlib version here.