aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Wood <[email protected]>1993-04-09 23:43:20 +0000
committerTom Wood <[email protected]>1993-04-09 23:43:20 +0000
commit88013905b6dec43f68ca18ebc50aec04f62b3f44 (patch)
tree76a53f657690f2cb0ef62489ba6690c84adfcb94
parentf3613f5bb58f5cfccb0221143381ffd2f67791f0 (diff)
> Default to bsd if vendor is next.
-rwxr-xr-xconfig.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index 657bb8bb16..f4b0630f88 100755
--- a/config.sub
+++ b/config.sub
@@ -607,6 +607,9 @@ case $basic_machine in
i370-*)
os=-mvs
;;
+ *-next)
+ os=-bsd
+ ;;
i[34]86-*)
os=-sco3.2v2
;;