From a94b87075666680ca0285cd67efc253a5089756f Mon Sep 17 00:00:00 2001 From: "Martin Lund\"" Date: Fri, 22 May 2009 14:46:18 +0000 Subject: Added initial AVR32 support (bare-metal,newlib) --- config/libc/newlib.in | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 config/libc/newlib.in (limited to 'config/libc') diff --git a/config/libc/newlib.in b/config/libc/newlib.in new file mode 100644 index 00000000..e674cddd --- /dev/null +++ b/config/libc/newlib.in @@ -0,0 +1,31 @@ +# newlib options +# depends on EXPERIMENTAL + +config LIBC_newlib + help + Newlib is a C library intended for use on embedded systems. It is a + conglomeration of several library parts, all under free software + licenses that make them easily usable on embedded products. Newlib + is only available in source form. It can be compiled for a wide + array of processors, and will usually work on any architecture with + the addition of a few low-level routines. + +choice + bool + prompt "newlib version" + +config NEWLIB_V_1_17_0 + bool + prompt "1.17.0" + +# CT_INSERT_VERSION_ABOVE +# Don't remove above line! + +endchoice + +config LIBC_VERSION + string + default "1.17.0" if NEWLIB_V_1_17_0 + +# CT_INSERT_VERSION_STRING_ABOVE +# Don't remove above line! -- cgit v1.2.3