diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-27 00:15:46 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-27 00:15:46 +0000 |
commit | 590bea28152a2336d1ed88d4eddd5292236967f4 (patch) | |
tree | 613ffe6cd1211bea2bc834d74a0571c8aa76e1de /target/device/Atmel | |
parent | 43760e1943880a0004c5a83fc2b3e3fbee84dafb (diff) |
Update AVR32 config to avoid questions during uclibc make oldconfig
Diffstat (limited to 'target/device/Atmel')
-rw-r--r-- | target/device/Atmel/uClibc.config.avr32 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/device/Atmel/uClibc.config.avr32 b/target/device/Atmel/uClibc.config.avr32 index 0164640bb..188f17f56 100644 --- a/target/device/Atmel/uClibc.config.avr32 +++ b/target/device/Atmel/uClibc.config.avr32 @@ -37,10 +37,11 @@ ARCH_BIG_ENDIAN=y # ARCH_HAS_NO_MMU is not set ARCH_HAS_MMU=y UCLIBC_HAS_FLOATS=y +# UCLIBC_HAS_FPU is not set # HAS_FPU is not set UCLIBC_HAS_SOFT_FLOAT=y DO_C99_MATH=y -KERNEL_SOURCE="/home/avr32/buildroot/toolchain_build_avr32/linux" +KERNEL_SOURCE="/home/ulf/projects/Buildroot/20070927/buildroot/toolchain_build_avr32/linux" C_SYMBOL_PREFIX="" HAVE_DOT_CONFIG=y @@ -101,7 +102,6 @@ UCLIBC_HAS_WCHAR=y # UCLIBC_HAS_LOCALE is not set UCLIBC_HAS_HEXADECIMAL_FLOATS=y UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y -# USE_OLD_VFPRINTF is not set UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9 UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y # UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set @@ -141,7 +141,7 @@ UCLIBC_HAS_GLOB=y # SHARED_LIB_LOADER_PREFIX="/lib" RUNTIME_PREFIX="/" -DEVEL_PREFIX="/usr" +DEVEL_PREFIX="/usr/" # # uClibc security related options @@ -151,7 +151,7 @@ DEVEL_PREFIX="/usr" # # uClibc development/debugging options # -CROSS_COMPILER_PREFIX="/home/avr32/buildroot/build_avr32/staging_dir/bin/avr32-linux-uclibc-" +CROSS_COMPILER_PREFIX="/home/ulf/projects/Buildroot/20070927/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-" # DODEBUG is not set # DODEBUG_PT is not set # DOASSERTS is not set |