summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-03-22 08:54:39 +0000
committerRichard M. Stallman <rms@gnu.org>1995-03-22 08:54:39 +0000
commit524921cfbb512b80b97f898c1b3c62eb4b168ed2 (patch)
tree85ff593b9da222b4df184f0b4a27c8e0dde095f0
parentd54a66d5b1417c366bb86bddb2ccb6b78c1431ad (diff)
downloademacs-524921cfbb512b80b97f898c1b3c62eb4b168ed2.tar.gz
(rm400, rm600): New machine names.libc-950402
(sinix5.*, sinix): New os aliases. (mips-siemens): Default os to sysv4.
-rwxr-xr-xconfig.sub13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index a9b260bc14f..5641cc1ce67 100755
--- a/config.sub
+++ b/config.sub
@@ -428,6 +428,9 @@ case $basic_machine in
ps2)
basic_machine=i386-ibm
;;
+ rm[46]00)
+ basic_machine=mips-siemens
+ ;;
rtpc | rtpc-*)
basic_machine=romp-ibm
;;
@@ -634,6 +637,13 @@ case $os in
-ctix* | -uts*)
os=-sysv
;;
+ # Preserve the version number of sinix5.
+ -sinix5.*)
+ os=`echo $os | sed -e 's|sinix|sysv|'`
+ ;;
+ -sinix*)
+ os=-sysv4
+ ;;
-triton*)
os=-sysv3
;;
@@ -758,6 +768,9 @@ case $basic_machine in
*-sgi)
os=-irix
;;
+ *-siemens)
+ os=-sysv4
+ ;;
*-masscomp)
os=-rtu
;;