From: Richard Stallman Date: Mon, 28 Dec 1992 19:57:15 +0000 (+0000) Subject: Default to bsd for *-sequent. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0129f367821b40f1738b75f93531e55363adc6c6;p=gcc.git Default to bsd for *-sequent. From-SVN: r2976 --- diff --git a/gcc/config.sub b/gcc/config.sub index 3d6dc83fcc9..e2d8d6fe139 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -594,6 +594,9 @@ case $basic_machine in m88k-omron*) os=-luna ;; + *-sequent) + os=-bsd + ;; *-crds) os=-unos ;;