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:
parent
b6c0357f16
commit
b9c23a61a8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -53,7 +53,7 @@ case "${target_cpu}" in
|
||||
|
||||
i[3456]86)
|
||||
case " ${CC} ${CFLAGS} " in
|
||||
*" -m64 "*)
|
||||
*" -m64 "*|*" -mx32 "*)
|
||||
;;
|
||||
*)
|
||||
if test -z "$with_arch"; then
|
||||
|
Loading…
Reference in New Issue
Block a user