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 5bed2c69d508692b2df5113defb970ac140f01d0..66321424d45b80a3a1ad4bf80c7c33c53be44034 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 09cab5177ede6290cffb67c8438cfca8c03c5b80..d5a1480e4812634ae280238684cb2187b2c618f8 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 ecc36adbc12daea5b975f153dbff6327e6594328..3eca612538d9d0a521f3c9f957d4828250f86265 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 e2a58885699323a11ec13f47465df0590798cfec..d6828e83cab31c1f0f612849f202958a3512293a 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