]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* acinclude.m4: Accept i[3456789]86 for machine type.
authorKelley Cook <kelleycook@wideopenwest.com>
Mon, 19 May 2003 18:09:59 +0000 (18:09 +0000)
committerDJ Delorie <dj@gcc.gnu.org>
Mon, 19 May 2003 18:09:59 +0000 (14:09 -0400)
From-SVN: r66968

config/ChangeLog
config/acinclude.m4

index c34635d7c10fdeca0d09682be1c8639c331f9619..13d3c8868cae363009abd75b92aba544d1293a3a 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
+
+       * acinclude.m4: Accept i[3456789]86 for machine type.
+
 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * config/acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD,
index 00887e0dd3057c7727e36f10fb4aadec184b91b8..c60373a2fb5abde492f814337fb780a016c60edc 100644 (file)
@@ -788,7 +788,7 @@ dnl Yes, this is ugly, and only used for a canadian cross anyway. This
 dnl is just to keep configure from stopping here.
 case "${host}" in
 changequote(,)
-   i[3456]86-*-*) ac_cv_c_little_endian=yes ;;
+   i[3456789]86-*-*) ac_cv_c_little_endian=yes ;;
    sparc*-*-*)    ac_cv_c_little_endian=no ;;
 changequote([,])
   *)    AC_MSG_WARN(Can't cross compile this test) ;;