From: Sean Eric Fagan Date: Wed, 13 Nov 1991 22:16:12 +0000 (+0000) Subject: Added support for SCO. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4bda0ff1327bdc5ee5a5e3605199cfa2e5b26f6;p=binutils-gdb.git Added support for SCO. --- diff --git a/configure.in b/configure.in index 2eab1e075a5..e40dd5c9e6b 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: