]> sourceware.org Git - automake.git/commitdiff
> Default to bsd if vendor is next.
authorwood <wood>
Fri, 9 Apr 1993 23:43:20 +0000 (23:43 +0000)
committerwood <wood>
Fri, 9 Apr 1993 23:43:20 +0000 (23:43 +0000)
config.sub
lib/config.sub

index 657bb8bb16cd972dfbc4f12110bc0f8d2ae3471f..f4b0630f88a1b53dd7b256726b1150517b7a93bb 100644 (file)
@@ -607,6 +607,9 @@ case $basic_machine in
        i370-*)
                os=-mvs
                ;;
+       *-next)
+               os=-bsd
+               ;;
        i[34]86-*)
                os=-sco3.2v2
                ;;
index 657bb8bb16cd972dfbc4f12110bc0f8d2ae3471f..f4b0630f88a1b53dd7b256726b1150517b7a93bb 100644 (file)
@@ -607,6 +607,9 @@ case $basic_machine in
        i370-*)
                os=-mvs
                ;;
+       *-next)
+               os=-bsd
+               ;;
        i[34]86-*)
                os=-sco3.2v2
                ;;
This page took 0.031366 seconds and 5 git commands to generate.