Commit 7aed76fd by Tom Wood

> Default to bsd if vendor is next.

From-SVN: r4071
parent f5309ddf
...@@ -607,6 +607,9 @@ case $basic_machine in ...@@ -607,6 +607,9 @@ case $basic_machine in
i370-*) i370-*)
os=-mvs os=-mvs
;; ;;
*-next)
os=-bsd
;;
i[34]86-*) i[34]86-*)
os=-sco3.2v2 os=-sco3.2v2
;; ;;
......
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