configure.tgt (i[3456]86): Handle -mx32 like -m64.

2012-11-21  Matthias Klose  <doko@ubuntu.com>

        * configure.tgt (i[3456]86): Handle -mx32 like -m64.

From-SVN: r193720
This commit is contained in:
Matthias Klose 2012-11-22 00:47:58 +00:00 committed by Matthias Klose
parent bb62b356ac
commit 5eb4cb4768
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-11-21 Matthias Klose <doko@ubuntu.com>
* configure.tgt (i[3456]86): Handle -mx32 like -m64.
2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
* acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message.

View File

@ -59,7 +59,7 @@ case "${target_cpu}" in
i[3456]86)
case " ${CC} ${CFLAGS} " in
*" -m64 "*)
*" -m64 "*|*" -mx32 "*)
;;
*)
if test -z "$with_arch"; then