diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-03-22 08:54:39 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-03-22 08:54:39 +0000 |
commit | 3e9430d9357eab6fc057aef1bda2a4f3e2f958f3 (patch) | |
tree | 525f41b2d050b1feffb36badfba922e1d44bba5d /config.sub | |
parent | 13fce4e6ed465110b5ff6f977d89b6266eeff303 (diff) | |
download | emacs-3e9430d9357eab6fc057aef1bda2a4f3e2f958f3.tar.gz |
(rm400, rm600): New machine names.
(sinix5.*, sinix): New os aliases.
(mips-siemens): Default os to sysv4.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 13 |
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 ;; |