* acinclude.m4: Accept i[3456789]86 for machine type.
This commit is contained in:
parent
d8ee8ca551
commit
31bb6de964
@ -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>
|
2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||||
|
|
||||||
* config/acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD,
|
* config/acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD,
|
||||||
|
@ -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.
|
dnl is just to keep configure from stopping here.
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
changequote(,)
|
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 ;;
|
sparc*-*-*) ac_cv_c_little_endian=no ;;
|
||||||
changequote([,])
|
changequote([,])
|
||||||
*) AC_MSG_WARN(Can't cross compile this test) ;;
|
*) AC_MSG_WARN(Can't cross compile this test) ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user