aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.sub
diff options
context:
space:
mode:
authorTom Wood <wood@gnu.org>1993-04-09 23:43:20 +0000
committerTom Wood <wood@gnu.org>1993-04-09 23:43:20 +0000
commit7aed76fda8ca23e0e325c31f06b5407004757210 (patch)
treed94a160e4e3ff2fcc6ae94c6be507dcf64ed7b62 /gcc/config.sub
parentf5309ddfa8e20bf377adb82a59b3d8dd330552c1 (diff)
downloadgcc-7aed76fda8ca23e0e325c31f06b5407004757210.zip
gcc-7aed76fda8ca23e0e325c31f06b5407004757210.tar.gz
gcc-7aed76fda8ca23e0e325c31f06b5407004757210.tar.bz2
> Default to bsd if vendor is next.
From-SVN: r4071
Diffstat (limited to 'gcc/config.sub')
-rwxr-xr-xgcc/config.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.sub b/gcc/config.sub
index 657bb8b..f4b0630 100755
--- a/gcc/config.sub
+++ b/gcc/config.sub
@@ -607,6 +607,9 @@ case $basic_machine in
i370-*)
os=-mvs
;;
+ *-next)
+ os=-bsd
+ ;;
i[34]86-*)
os=-sco3.2v2
;;