summaryrefslogtreecommitdiffstats
path: root/rules/avrlib.in
blob: f9504496880e674d87890a7356737d946c1484b4 (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
menuconfig AVRLIB
	bool

	select TOOLCHAIN_DISABLE_SYSROOT
	select TOOLCHAIN_ENABLE_MULTILIB

	select CROSS_GCC_FIRST
	select CROSS_GCC_DISABLE_CXA_ATEXIT
	select CROSS_GCC_ENABLE_SJLJ_EXCEPTIONS
	select CROSS_GCC_DISABLE_LIBSSP
	select CROSS_GCC_DISABLE_SHARED
	select CROSS_GCC_THREADS_SINGLE

	prompt "AVR libc                    "
	help
	  Build the multi C library for the harvard based AVR
	  architecture

if AVRLIB

config AVRLIB_VERSION
	string
	prompt "avr libc version"
	default "1.6.2"
	help
	  Specify the AVR libc version here.

config AVRLIB_MD5
	string
	prompt "avr libc source md5sum"

endif