> Default to bsd if vendor is next.
authorTom Wood <wood@gnu.org>
Fri, 9 Apr 1993 23:43:20 +0000 (23:43 +0000)
committerTom Wood <wood@gnu.org>
Fri, 9 Apr 1993 23:43:20 +0000 (23:43 +0000)
From-SVN: r4071

gcc/config.sub

index 657bb8b..f4b0630 100755 (executable)
@@ -607,6 +607,9 @@ case $basic_machine in
        i370-*)
                os=-mvs
                ;;
+       *-next)
+               os=-bsd
+               ;;
        i[34]86-*)
                os=-sco3.2v2
                ;;