Skip to content

Commit

Permalink
Translate -svr4 to -sysv4 and -unixware to -sysv4.2uw.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Aug 1, 1997
1 parent 41d31c0 commit 03f81e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.sub
Original file line number Diff line number Diff line change
Expand Up @@ -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|'`
;;
Expand Down

0 comments on commit 03f81e0

Please sign in to comment.