2000-02-07 Ben Elliston <bje@redhat.com>

* config.sub: Add support for mmix and mmixware. From Hans-Peter
	Nilsson <hp@bitrange.com>.
This commit is contained in:
Ben Elliston 2000-02-07 11:43:53 +00:00
parent 029fb0f83b
commit 55cd8571ab
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-02-07 Ben Elliston <bje@redhat.com>
* config.sub: Add support for mmix and mmixware. From Hans-Peter
Nilsson <hp@bitrange.com>.
2000-02-06 Ben Elliston <bje@redhat.com>
* config.guess: Include <stdio.h> when compiling test programs

6
config.sub vendored
View File

@ -518,6 +518,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
@ -928,7 +932,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|'`