diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 20:51:05 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 20:51:05 +0000 |
commit | ad54aa3ba736d9d30ed7a662c3c30cc4f7956749 (patch) | |
tree | 2599727ca6090bf8d1cfa0c8cc212ac6a8016ca5 /target/device/Atmel/uClibc.config.avr32 | |
parent | 010a1acb2389cefc3452dfc0e2a07051c8ad3e07 (diff) | |
download | buildroot-novena-ad54aa3ba736d9d30ed7a662c3c30cc4f7956749.tar.gz buildroot-novena-ad54aa3ba736d9d30ed7a662c3c30cc4f7956749.zip |
Clean up AVR32 Linux support for atngw100, atstk100x and atstk1005
The boards now support 2.6.27.13 as default
There are configs for 2.6.28.2, but this patch is marked (experimental)
Configuration options for no longer existing patches are removed
(AC-97,ISI and PS2-I/F)
Diffstat (limited to 'target/device/Atmel/uClibc.config.avr32')
-rw-r--r-- | target/device/Atmel/uClibc.config.avr32 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/device/Atmel/uClibc.config.avr32 b/target/device/Atmel/uClibc.config.avr32 index c5a3885c5..d153a4dd8 100644 --- a/target/device/Atmel/uClibc.config.avr32 +++ b/target/device/Atmel/uClibc.config.avr32 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Version: 0.9.30 -# Sat Jan 24 06:03:39 2009 +# Thu Jan 29 21:33:38 2009 # # TARGET_alpha is not set # TARGET_arm is not set @@ -53,7 +53,7 @@ UCLIBC_HAS_FLOATS=y UCLIBC_HAS_SOFT_FLOAT=y DO_C99_MATH=y # UCLIBC_HAS_FENV is not set -KERNEL_HEADERS="/home/ulf/projects/Buildroot/20090124/buildroot/toolchain_build_avr32/linux/include" +KERNEL_HEADERS="/home/ulf/projects/Buildroot/20090129/buildroot/toolchain_build_avr32/linux/include" HAVE_DOT_CONFIG=y # @@ -212,7 +212,7 @@ UCLIBC_BUILD_NOEXECSTACK=y # # uClibc development/debugging options # -CROSS_COMPILER_PREFIX="/home/ulf/projects/Buildroot/20090124/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-" +CROSS_COMPILER_PREFIX="/home/ulf/projects/Buildroot/20090129/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-" UCLIBC_EXTRA_CFLAGS="" # DODEBUG is not set # DODEBUG_PT is not set |