From b9c23a61a89870c48821a3bd6137379f506a62ef Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 31 Mar 2012 21:08:22 +0000 Subject: Handle -mx32 like -m64 libgomp/ 2012-03-31 H.J. Lu PR bootstrap/52812 * configure.tgt (i[456]86-*-linux*): Handle -mx32 like -m64. libitm/ 2012-03-31 H.J. Lu PR bootstrap/52812 * configure.tgt (i[456]86-*-linux*): Handle -mx32 like -m64. From-SVN: r186050 --- libgomp/ChangeLog | 5 +++++ libgomp/configure.tgt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'libgomp') diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 5bed2c6..6632142 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2012-03-31 H.J. Lu + + PR bootstrap/52812 + * configure.tgt (i[456]86-*-linux*): Handle -mx32 like -m64. + 2012-03-22 Jakub Jelinek PR middle-end/52547 diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index 09cab51..d5a1480 100644 --- a/libgomp/configure.tgt +++ b/libgomp/configure.tgt @@ -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 -- cgit v1.1