summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-01 18:09:30 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-01 18:09:30 +0000
commit6d9cc10eb254d5e866bd0fe1311d158520798cd4 (patch)
tree409d0047fd631fb892d920efcd0ec8d6220cc4f5 /config.sub
parent71ed49929358e32d10d5f25651088ba85d934884 (diff)
downloademacs-6d9cc10eb254d5e866bd0fe1311d158520798cd4.tar.gz
Translate -svr4 to -sysv4 and -unixware to -sysv4.2uw.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index ed95ed00cd1..3d96b0145f7 100755
--- a/config.sub
+++ b/config.sub
@@ -682,9 +682,12 @@ case $os in
-solaris)
os=-solaris2
;;
- -unixware* | svr4*)
+ -svr4*)
os=-sysv4
;;
+ -unixware*)
+ os=-sysv4.2uw
+ ;;
-gnu/linux*)
os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
;;