summaryrefslogtreecommitdiffstats
path: root/target/device
diff options
context:
space:
mode:
authorUlf Samuelsson2007-09-27 02:15:46 +0200
committerUlf Samuelsson2007-09-27 02:15:46 +0200
commit590bea28152a2336d1ed88d4eddd5292236967f4 (patch)
tree613ffe6cd1211bea2bc834d74a0571c8aa76e1de /target/device
parentAllow easy update of target linux config (diff)
downloadbuildroot-590bea28152a2336d1ed88d4eddd5292236967f4.tar.gz
buildroot-590bea28152a2336d1ed88d4eddd5292236967f4.tar.xz
buildroot-590bea28152a2336d1ed88d4eddd5292236967f4.zip
Update AVR32 config to avoid questions during uclibc make oldconfig
Diffstat (limited to 'target/device')
-rw-r--r--target/device/Atmel/uClibc.config.avr328
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