diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2000-02-01 10:45:12 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2000-02-01 10:45:12 +0000 |
commit | 784a3a806a858682ab53cc22ff6729a0b5ba9ee1 (patch) | |
tree | 65303b2463c45e90525c7985d874a3787ea4ef60 /config.sub | |
parent | 4f804bafdecefc696ba4472e8b30c745e8809ace (diff) | |
download | gcc-784a3a806a858682ab53cc22ff6729a0b5ba9ee1.tar.gz |
* config.sub: Add mmix-knuth-mmixware.
From-SVN: r31732
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config.sub b/config.sub index 79f1c68d777..d617719acd7 100755 --- a/config.sub +++ b/config.sub @@ -1,6 +1,6 @@ #! /bin/sh # Configuration validation subroutine script, version 1.1. -# Copyright (C) 1991, 92-97, 1998, 1999 Free Software Foundation, Inc. +# Copyright (C) 1991, 92-97, 1998, 1999, 2000 Free Software Foundation, Inc. # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. @@ -515,6 +515,10 @@ case $basic_machine in mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; + mmix*) + basic_machine=mmix-knuth + os=-mmixware + ;; monitor) basic_machine=m68k-rom68k os=-coff @@ -925,7 +929,7 @@ case $os in ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* \ - | -macos* | -mpw* | -magic* | -mon960* | -lnews*) + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` |