From: wood Date: Fri, 9 Apr 1993 23:43:20 +0000 (+0000) Subject: > Default to bsd if vendor is next. X-Git-Tag: fsf-origin~901 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15d3f1efc10f6e8fcceb0cea024dfdec642b53d9;p=thirdparty%2Fautoconf.git > Default to bsd if vendor is next. --- diff --git a/config.sub b/config.sub index 657bb8bb1..f4b0630f8 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 ;;