diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-08 10:44:01 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-08 10:44:01 +0000 |
commit | ac52e3bd03bcaf6ad5c48c01a4697aa201000433 (patch) | |
tree | ab9aee6ffb779dd0147f55c0876d42e29802fe90 /toolchain/uClibc/config/armeb | |
parent | e87fb5ee5a75b03e8b2e128b611a72e08eab3196 (diff) |
add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7533 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/config/armeb')
-rw-r--r-- | toolchain/uClibc/config/armeb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uClibc/config/armeb b/toolchain/uClibc/config/armeb index fa796953f2..49b9e9e556 100644 --- a/toolchain/uClibc/config/armeb +++ b/toolchain/uClibc/config/armeb @@ -3,6 +3,7 @@ # # TARGET_alpha is not set TARGET_arm=y +# TARGET_avr32 is not set # TARGET_bfin is not set # TARGET_cris is not set # TARGET_e1 is not set |