Commit 5eb4cb47 by Matthias Klose Committed by Matthias Klose

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
parent bb62b356
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.
......
......@@ -59,7 +59,7 @@ case "${target_cpu}" in
i[3456]86)
case " ${CC} ${CFLAGS} " in
*" -m64 "*)
*" -m64 "*|*" -mx32 "*)
;;
*)
if test -z "$with_arch"; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment