diff options
author | Sean Eric Fagan <sef@cygnus> | 1991-11-13 22:16:12 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1991-11-13 22:16:12 +0000 |
commit | f4bda0ff1327bdc5ee5a5e3605199cfa2e5b26f6 (patch) | |
tree | 7467e6874a57870bf227487f4b4847a634e7e99d /configure.in | |
parent | 681fa9a853842192e71ead32593bdbff36d85b73 (diff) | |
download | gdb-f4bda0ff1327bdc5ee5a5e3605199cfa2e5b26f6.zip gdb-f4bda0ff1327bdc5ee5a5e3605199cfa2e5b26f6.tar.gz gdb-f4bda0ff1327bdc5ee5a5e3605199cfa2e5b26f6.tar.bz2 |
Added support for SCO.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 2eab1e0..e40dd5c 100644 --- a/configure.in +++ b/configure.in @@ -17,6 +17,10 @@ sysv* | irix*) host_makefile_frag=config/mh-sysv ;; svr4) host_makefile_frag=config/mh-svr4 ;; esac +case "${host_vendor}" in +sco*) host_makefile_frag=config/mh-sco ;; +esac + # per-target: |