Commit 68bc9270 by Uros Bizjak

configure.tgt (x86_64): Tune -m32 multilib to generic.

libitm/ChangeLog:

	* configure.tgt (x86_64): Tune -m32 multilib to generic.

libgomp/ChangeLog:

	* configure.tgt (x86_64-*-linux*): Tune -m32 multilib to generic.

From-SVN: r218315
parent 36176be5
2014-12-03 Uros Bizjak <ubizjak@gmail.com>
* configure.tgt (x86_64-*-linux*): Tune -m32 multilib to generic.
2014-11-28 Andrey Turetskiy <andrey.turetskiy@intel.com> 2014-11-28 Andrey Turetskiy <andrey.turetskiy@intel.com>
Ilya Verbin <ilya.verbin@intel.com> Ilya Verbin <ilya.verbin@intel.com>
...@@ -6,7 +10,7 @@ ...@@ -6,7 +10,7 @@
2014-11-26 Jakub Jelinek <jakub@redhat.com> 2014-11-26 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.c/examples-4/e.53.4.c: Add -DITESTITERS=20 * testsuite/libgomp.c/examples-4/e.53.4.c: Add -DITESTITERS=20
to dg-options unless expensive testing is on. to dg-options unless expensive testing is on.
(TESTITERS): Define to N if not defined. (TESTITERS): Define to N if not defined.
(main): Use TESTITERS instead of N. (main): Use TESTITERS instead of N.
* testsuite/libgomp.c/examples-4/e.55.1.c: Define CHUNKSZ from * testsuite/libgomp.c/examples-4/e.55.1.c: Define CHUNKSZ from
......
...@@ -82,7 +82,7 @@ if test $enable_linux_futex = yes; then ...@@ -82,7 +82,7 @@ if test $enable_linux_futex = yes; then
config_path="linux/x86 linux posix" config_path="linux/x86 linux posix"
case " ${CC} ${CFLAGS} " in case " ${CC} ${CFLAGS} " in
*" -m32 "*) *" -m32 "*)
XCFLAGS="${XCFLAGS} -march=i486 -mtune=i686" XCFLAGS="${XCFLAGS} -march=i486 -mtune=generic"
;; ;;
esac esac
;; ;;
......
2014-12-03 Uros Bizjak <ubizjak@gmail.com>
* configure.tgt (x86_64): Tune -m32 multilib to generic.
2014-11-21 H.J. Lu <hongjiu.lu@intel.com> 2014-11-21 H.J. Lu <hongjiu.lu@intel.com>
PR bootstrap/63784 PR bootstrap/63784
......
...@@ -102,7 +102,7 @@ case "${target_cpu}" in ...@@ -102,7 +102,7 @@ case "${target_cpu}" in
x86_64) x86_64)
case " ${CC} ${CFLAGS} " in case " ${CC} ${CFLAGS} " in
*" -m32 "*) *" -m32 "*)
XCFLAGS="${XCFLAGS} -march=i486 -mtune=i686" XCFLAGS="${XCFLAGS} -march=i486 -mtune=generic"
XCFLAGS="${XCFLAGS} -fomit-frame-pointer" XCFLAGS="${XCFLAGS} -fomit-frame-pointer"
;; ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment