diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-06-08 10:44:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-06-08 10:44:01 +0000 |
commit | 08c72656130891389229ca29e455e08bc735ce1f (patch) | |
tree | f32a71704a40c818fa3ea64efa0aefefc4196a8b /toolchain/uClibc/config/mips | |
parent | 6fb68cb589d76499f5da5902dd83c87722a228f5 (diff) | |
download | upstream-08c72656130891389229ca29e455e08bc735ce1f.tar.gz upstream-08c72656130891389229ca29e455e08bc735ce1f.tar.bz2 upstream-08c72656130891389229ca29e455e08bc735ce1f.zip |
add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori
SVN-Revision: 7533
Diffstat (limited to 'toolchain/uClibc/config/mips')
-rw-r--r-- | toolchain/uClibc/config/mips | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uClibc/config/mips b/toolchain/uClibc/config/mips index ac30b59648..0e64b98627 100644 --- a/toolchain/uClibc/config/mips +++ b/toolchain/uClibc/config/mips @@ -10,6 +10,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 |