summaryrefslogtreecommitdiffstats
path: root/rules/avrlib.in
blob: 8c7ad21fe786c0fc9836886d5c6e9f26a47b6b37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
menuconfig AVR8LIB
	bool
	select CROSS_GCC_FIRST
	prompt "AVR libc                    "
	help
	  Build the multi C library for the harvard based AVR architecture

config AVR8LIB_VERSION
	depends on AVR8LIB
	string
	prompt "avr libc version"
	default "1.0.5"
	help
	  Specify the AVR libc version here.