From: Richard M. Stallman Date: Mon, 28 Dec 1992 19:57:15 +0000 (+0000) Subject: Default to bsd for *-sequent. X-Git-Tag: fsf-origin~914 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc4f450617e1754c36ea2e55a152feeadf305f50;p=thirdparty%2Fautoconf.git Default to bsd for *-sequent. --- diff --git a/config.sub b/config.sub index 3d6dc83fc..e2d8d6fe1 100755 --- a/config.sub +++ b/config.sub @@ -594,6 +594,9 @@ case $basic_machine in m88k-omron*) os=-luna ;; + *-sequent) + os=-bsd + ;; *-crds) os=-unos ;;