From 590bea28152a2336d1ed88d4eddd5292236967f4 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Thu, 27 Sep 2007 00:15:46 +0000 Subject: Update AVR32 config to avoid questions during uclibc make oldconfig --- target/device/Atmel/uClibc.config.avr32 | 8 ++++---- 1 file 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 -- cgit v1.2.3