diff options
author | wood <wood@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-04-09 23:43:20 +0000 |
---|---|---|
committer | wood <wood@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-04-09 23:43:20 +0000 |
commit | 78f4d470625d5d1d30813b20be98d2ca53e0ecbe (patch) | |
tree | d94a160e4e3ff2fcc6ae94c6be507dcf64ed7b62 /gcc/config.sub | |
parent | 37cda9e07102932e723b7a174a83fe4ca79b7b9c (diff) | |
download | gcc-78f4d470625d5d1d30813b20be98d2ca53e0ecbe.tar.gz |
> Default to bsd if vendor is next.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4071 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.sub')
-rwxr-xr-x | gcc/config.sub | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index 657bb8bb16c..f4b0630f88a 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -607,6 +607,9 @@ case $basic_machine in i370-*) os=-mvs ;; + *-next) + os=-bsd + ;; i[34]86-*) os=-sco3.2v2 ;; |