Translate -svr4 to -sysv4 and -unixware to -sysv4.2uw.

From-SVN: r14578
This commit is contained in:
Richard Stallman 1997-08-01 18:09:30 +00:00
parent 29763968ff
commit 58a1b05a2f

5
gcc/config.sub vendored
View File

@ -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|'`
;;