diff options
Diffstat (limited to 'samples/avr32-unknown-none/crosstool.config')
-rw-r--r-- | samples/avr32-unknown-none/crosstool.config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/samples/avr32-unknown-none/crosstool.config b/samples/avr32-unknown-none/crosstool.config index 508dbd05..aed5349b 100644 --- a/samples/avr32-unknown-none/crosstool.config +++ b/samples/avr32-unknown-none/crosstool.config @@ -1,4 +1,3 @@ -CT_EXPERIMENTAL=y CT_LOCAL_TARBALLS_DIR="${HOME}/src" CT_SAVE_TARBALLS=y CT_CONFIG_SHELL_SH=y @@ -7,3 +6,6 @@ CT_ARCH_avr32=y CT_BINUTILS_V_2_18a=y CT_CC_V_4_2_2=y CT_LIBC_NEWLIB_V_1_17_0=y +CT_LIBC_NEWLIB_IO_LL=y +CT_LIBC_NEWLIB_IO_FLOAT=y +CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y |