Default to bsd for *-sequent.

From-SVN: r2976
This commit is contained in:
Richard Stallman 1992-12-28 19:57:15 +00:00
parent 951553afd9
commit 0129f36782

3
gcc/config.sub vendored
View File

@ -594,6 +594,9 @@ case $basic_machine in
m88k-omron*)
os=-luna
;;
*-sequent)
os=-bsd
;;
*-crds)
os=-unos
;;