This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[libiberty] Accept i[34567]86


The followup to the toplevel changes, allowing the i786 
to be configured properly.

FYI: I have no CVSWrite privledges.

2003-05-19  Kelley Cook  <kelleycook@wideopenwest.com>

	* config.table: Accept i[345867]86 variant.

Index: libiberty/config.table
===================================================================
RCS file: /cvsroot/gcc/gcc/libiberty/config.table,v
retrieving revision 1.20
diff -u -p -r1.20 config.table
--- libiberty/config.table	16 Oct 2002 20:07:03 -0000	1.20
+++ libiberty/config.table	20 May 2003 00:54:21 -0000
@@ -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 ;;



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]