aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-16 06:57:09 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-16 06:57:09 +0000
commitcb257c250a2b88e248821375d52ca4a728b5a803 (patch)
treef2c9103dc347c160e8821c0940f6b9d98c1b1f37 /config.sub
parent56863dd861ec625a2c47465f69f092daeb7cfc83 (diff)
* config.sub: Add support for avr target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32003 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index d617719acd7..34035dbbaf4 100755
--- a/config.sub
+++ b/config.sub
@@ -178,7 +178,7 @@ case $basic_machine in
| mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \
| mips64vr5000 | miprs64vr5000el | mcore \
| sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \
- | thumb | d10v | fr30)
+ | thumb | d10v | fr30 | avr)
basic_machine=$basic_machine-unknown
;;
m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | z8k | v70 | h8500 | w65 | pj | pjl)