OSDN Git Service

* config.table: Accept i[345867]86 variant.
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 May 2003 02:49:26 +0000 (02:49 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 May 2003 02:49:26 +0000 (02:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66986 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/config.table

index d30c591..d26d5ef 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-19  Kelley Cook  <kelleycook@wideopenwest.com>
+
+       * config.table: Accept i[345867]86 variant.
+
 2003-05-15  Jim Blandy  <jimb@redhat.com>
 
        * hex.c (_hex_value): Make this unsigned.
index df48ce9..1867cfe 100644 (file)
@@ -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 ;;