Handle -mx32 like -m64

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
This commit is contained in:
H.J. Lu 2012-03-31 21:08:22 +00:00 committed by H.J. Lu
parent b6c0357f16
commit b9c23a61a8
4 changed files with 12 additions and 2 deletions

View 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

View 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

View 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

View 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