Handle -mx32 like -m64
authorH.J. Lu <hongjiu.lu@intel.com>
Sat, 31 Mar 2012 21:08:22 +0000 (21:08 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Sat, 31 Mar 2012 21:08:22 +0000 (14:08 -0700)
libgomp/

2012-03-31  H.J. Lu  <hongjiu.lu@intel.com>

PR bootstrap/52812
* configure.tgt (i[456]86-*-linux*): Handle -mx32 like -m64.

libitm/

2012-03-31  H.J. Lu  <hongjiu.lu@intel.com>

PR bootstrap/52812
* configure.tgt (i[456]86-*-linux*): Handle -mx32 like -m64.

From-SVN: r186050

libgomp/ChangeLog
libgomp/configure.tgt
libitm/ChangeLog
libitm/configure.tgt

index 5bed2c6..6632142 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/52812
+       * configure.tgt (i[456]86-*-linux*): Handle -mx32 like -m64.
+
 2012-03-22  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/52547
index 09cab51..d5a1480 100644 (file)
@@ -59,7 +59,7 @@ if test $enable_linux_futex = yes; then
     i[456]86-*-linux*)
        config_path="linux/x86 linux posix"
        case " ${CC} ${CFLAGS} " in
-         *" -m64 "*)
+         *" -m64 "*|*" -mx32 "*)
            ;;
          *)
            if test -z "$with_arch"; then
index ecc36ad..3eca612 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/52812
+       * configure.tgt (i[456]86-*-linux*): Handle -mx32 like -m64.
+
 2012-03-16  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
 
        * testsuite/lib/libitm.exp: load fortran-modules.exp
index e2a5888..d6828e8 100644 (file)
@@ -53,7 +53,7 @@ case "${target_cpu}" in
 
   i[3456]86)
        case " ${CC} ${CFLAGS} " in
-         *" -m64 "*)
+         *" -m64 "*|*" -mx32 "*)
            ;;
          *)
            if test -z "$with_arch"; then