2012-11-21 Matthias Klose <doko@ubuntu.com>
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Nov 2012 00:47:58 +0000 (00:47 +0000)
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Nov 2012 00:47:58 +0000 (00:47 +0000)
        * configure.tgt (i[3456]86): Handle -mx32 like -m64.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193720 138bc75d-0d04-0410-961f-82ee72b054a4

libatomic/ChangeLog
libatomic/configure.tgt

index 19b4e8c..449fed2 100644 (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.
index 0caa0f4..69a36c8 100644 (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