aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1994-10-21 01:55:14 +0000
committerPer Bothner <per@bothner.com>1994-10-21 01:55:14 +0000
commit7e290a5dd3b34fb3644b0cbc76716199181b7597 (patch)
tree2c04b886a9fffe0be0c8e9028b4b17bf933a9ee7 /configure.in
parent479f0f18d4a77e04b32cc7062ee31310b876e16b (diff)
downloadfsf-binutils-gdb-7e290a5dd3b34fb3644b0cbc76716199181b7597.zip
fsf-binutils-gdb-7e290a5dd3b34fb3644b0cbc76716199181b7597.tar.gz
fsf-binutils-gdb-7e290a5dd3b34fb3644b0cbc76716199181b7597.tar.bz2
* config.guess: Merge with FSF.
* configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index cfeec5d..cd9f403 100644
--- a/configure.in
+++ b/configure.in
@@ -103,7 +103,7 @@ case "${host}" in
mips*-sgi-irix3*) host_makefile_frag=config/mh-sysv ;;
mips*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;;
- i[345]86-ncr-sysv43) host_makefile_frag=config/mh-ncrsvr43 ;;
+ i[345]86-ncr-sysv4.3) host_makefile_frag=config/mh-ncrsvr43 ;;
i[345]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
i[345]86-*-sco*) host_makefile_frag=config/mh-sco ;;
i[345]86-*-isc*) host_makefile_frag=config/mh-sysv ;;