From 6ab9c4b2d1231c26e18fce08edf488c20e8a74dc Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 19 May 2003 18:11:58 +0000 Subject: * acinclude.m4: Accept i[3456789]86 for machine type. --- config/acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/acinclude.m4') diff --git a/config/acinclude.m4 b/config/acinclude.m4 index 00887e0dd30..c60373a2fb5 100755 --- a/config/acinclude.m4 +++ b/config/acinclude.m4 @@ -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) ;; -- cgit v1.2.1