From 916f5d137a4e411facadf4ade434a6eba27b6ea5 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 20 May 2003 02:49:35 +0000 Subject: [PATCH] * config.table: Accept i[345867]86 variant. --- libiberty/ChangeLog | 4 ++++ libiberty/config.table | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index d30c591d24..d26d5ef3e0 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2003-05-19 Kelley Cook + + * config.table: Accept i[345867]86 variant. + 2003-05-15 Jim Blandy * hex.c (_hex_value): Make this unsigned. diff --git a/libiberty/config.table b/libiberty/config.table index df48ce9952..1867cfeaaf 100644 --- a/libiberty/config.table +++ b/libiberty/config.table @@ -11,7 +11,7 @@ case "${host}" in *-*-freebsd2.1.*) frag=mh-fbsd21 ;; *-*-freebsd2.2.[012]) frag=mh-fbsd21 ;; i370-*-opened*) frag=mh-openedition ;; - i[345]86-*-windows*) frag=mh-windows ;; + i[34567]86-*-windows*) frag=mh-windows ;; esac if [ -n "${frag}" ]; then @@ -34,7 +34,7 @@ if [ "${shared}" = "yes" ]; then alpha*-*-linux*) frag=mh-elfalphapic ;; arm*-*-*) frag=mh-armpic ;; hppa*-*-*) frag=mh-papic ;; - i[3456]86-*-* | x86_64-*-*) + i[34567]86-*-* | x86_64-*-*) frag=mh-x86pic ;; powerpc*-*-aix*) ;; powerpc*-*-*) frag=mh-ppcpic ;; -- 2.34.1