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

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