diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-05-31 07:28:09 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-05-31 07:28:09 +0000 |
commit | babe5b0486e414a3c4d999cabc04f0b78f03303e (patch) | |
tree | 331813457f9f3064c158c5d455cbf24762cdf580 | |
parent | abf69d676ffd2dacee5fc141a023c669ba87e08a (diff) | |
download | buildroot-novena-babe5b0486e414a3c4d999cabc04f0b78f03303e.tar.gz buildroot-novena-babe5b0486e414a3c4d999cabc04f0b78f03303e.zip |
uclibc-0.9.28.3: correct arch list (avr32 missing, stuff only in 0.9.29+)
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.28.config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.28.config b/toolchain/uClibc/uClibc-0.9.28.config index 6fc34efb3..07dc7e282 100644 --- a/toolchain/uClibc/uClibc-0.9.28.config +++ b/toolchain/uClibc/uClibc-0.9.28.config @@ -3,6 +3,7 @@ # # TARGET_alpha is not set # TARGET_arm is not set +# TARGET_avr32 is not set # TARGET_bfin is not set # TARGET_cris is not set # TARGET_e1 is not set @@ -10,7 +11,6 @@ # TARGET_h8300 is not set # TARGET_i386 is not set # TARGET_i960 is not set -# TARGET_ia64 is not set # TARGET_m68k is not set # TARGET_microblaze is not set # TARGET_mips is not set @@ -21,7 +21,6 @@ # TARGET_sh64 is not set # TARGET_sparc is not set # TARGET_v850 is not set -# TARGET_vax is not set # TARGET_x86_64 is not set # |