mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 18:16:36 +12:00
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:
parent
029fb0f83b
commit
55cd8571ab
@ -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
6
config.sub
vendored
@ -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|'`
|
||||
|
Loading…
x
Reference in New Issue
Block a user