diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-04-24 02:07:24 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-04-24 02:07:24 +0000 |
commit | da31c0be0729db475d9d4dd38e324e54d8a1a45e (patch) | |
tree | 9d6f7295056441b2f0941d9807b9d01c92c9dad9 /toolchain/uClibc/config-0.9.30.1/avr32 | |
parent | 0874c6efcf03eff49743a3888709cf60bd44278a (diff) | |
download | upstream-da31c0be0729db475d9d4dd38e324e54d8a1a45e.tar.gz upstream-da31c0be0729db475d9d4dd38e324e54d8a1a45e.tar.bz2 upstream-da31c0be0729db475d9d4dd38e324e54d8a1a45e.zip |
[toolchain] uClibc cleanup:
- use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1)
- remove support for 0.9.28 and snapshots (building from SVN to be added later)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15368 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/config-0.9.30.1/avr32')
-rw-r--r-- | toolchain/uClibc/config-0.9.30.1/avr32 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/toolchain/uClibc/config-0.9.30.1/avr32 b/toolchain/uClibc/config-0.9.30.1/avr32 new file mode 100644 index 0000000000..bf7907aed9 --- /dev/null +++ b/toolchain/uClibc/config-0.9.30.1/avr32 @@ -0,0 +1,10 @@ +ARCH_BIG_ENDIAN=y +CONFIG_AVR32_AP7=y +FORCE_SHAREABLE_TEXT_SEGMENTS=y +LINKRELAX=y +TARGET_ARCH="avr32" +TARGET_avr32=y +UCLIBC_HAS_FPU=y +# UCLIBC_HAS_SCANF_GLIBC_A_FLAG is not set +# UCLIBC_HAS_STRING_ARCH_OPT is not set +UNIX98PTY_ONLY=y |