Commit 58a1b05a by Richard Stallman

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

From-SVN: r14578
parent 29763968
......@@ -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|'`
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment