diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-12-28 20:10:40 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-12-28 20:10:40 +0000 |
commit | a70c995938dbee511dec3c94d0860bcd34eb3f0e (patch) | |
tree | 8473368c8c09539932cbeb0319e33670264afb4a /config.sub | |
parent | a70947c195d7f9c44200fcd3874fb47e6a5dfbf2 (diff) | |
download | binutils-gdb-a70c995938dbee511dec3c94d0860bcd34eb3f0e.tar.gz |
from fsf: sequent os is bsd(ish)
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sub b/config.sub index 18e22fb4ed4..ca2532575d7 100755 --- a/config.sub +++ b/config.sub @@ -774,6 +774,9 @@ case $basic_machine in m88k-omron*) os=-luna ;; + *-sequent) + os=-bsd + ;; *-crds) os=-unos ;; |