From 55cd8571ab53c61bc74ccce3a438edc9ea31d064 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 7 Feb 2000 11:43:53 +0000 Subject: [PATCH] 2000-02-07 Ben Elliston * config.sub: Add support for mmix and mmixware. From Hans-Peter Nilsson . --- ChangeLog | 5 +++++ config.sub | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 080d3b6..ae7eb9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-02-07 Ben Elliston + + * config.sub: Add support for mmix and mmixware. From Hans-Peter + Nilsson . + 2000-02-06 Ben Elliston * config.guess: Include when compiling test programs diff --git a/config.sub b/config.sub index 838a69f..1819e43 100755 --- a/config.sub +++ b/config.sub @@ -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|'`