diff options
author | Stu Grossman <grossman@cygnus> | 1992-04-07 05:57:36 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-04-07 05:57:36 +0000 |
commit | 27c28d61ceeb0c2de92cc493f8a794ab1b8b4b2d (patch) | |
tree | b4724e8228416a8d130061f92eeb6f313ea192a0 /configure.in | |
parent | f73b6c486740a42cf98887cc6c36d2b22d58c347 (diff) | |
download | gdb-27c28d61ceeb0c2de92cc493f8a794ab1b8b4b2d.zip gdb-27c28d61ceeb0c2de92cc493f8a794ab1b8b4b2d.tar.gz gdb-27c28d61ceeb0c2de92cc493f8a794ab1b8b4b2d.tar.bz2 |
* configure.in: sco is an os, not a vendor!
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index aae4f49..363b7fa 100644 --- a/configure.in +++ b/configure.in @@ -16,6 +16,7 @@ aix*) host_makefile_frag=config/mh-aix ;; m88kbcs) host_makefile_frag=config/mh-delta88;; sysv4*) host_makefile_frag=config/mh-sysv4 ;; sysv* | irix3) host_makefile_frag=config/mh-sysv ;; +sco*) host_makefile_frag=config/mh-sco ;; irix4) host_makefile_frag=config/mh-irix4 ;; ultrix*) case "${host_cpu}" in @@ -24,7 +25,6 @@ ultrix*) esac case "${host_vendor}" in -sco*) host_makefile_frag=config/mh-sco ;; apollo*) case "${host_cpu}" in m68k*) host_makefile_frag=config/mh-apollo68 ;; |