From: Stu Grossman Date: Tue, 19 Nov 1991 22:50:38 +0000 (+0000) Subject: Fix bug where script was referencing host_arch instead of host_cpu. X-Git-Tag: gdb-4_18-branchpoint~22984 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b51d8b229de6624b8bf2e632bc35a2b8ed1874c6;p=thirdparty%2Fbinutils-gdb.git Fix bug where script was referencing host_arch instead of host_cpu. --- diff --git a/readline/configure.in b/readline/configure.in index 4006e70accc..e56aab61c6c 100644 --- a/readline/configure.in +++ b/readline/configure.in @@ -20,10 +20,16 @@ m88kbcs | sysv* | irix*) aix*) host_makefile_frag=config/hm-sysv - case "${host_arch}" in + case "${host_cpu}" in rs6000) files=sysdep-aix.h esac ;; esac +case "${host_vendor}" in +sco* ) + host_makefile_frag=config/hm-sco + ;; +esac + # per-target: