summaryrefslogtreecommitdiff
path: root/libitm/testsuite/Makefile.in
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2012-01-23 13:03:25 +0000
committerRainer Orth <ro@gcc.gnu.org>2012-01-23 13:03:25 +0000
commit9ce91011bfef06fb1fb241945335f9ed25bee998 (patch)
tree51a38715a0e7346a965322711a16d29cd887c919 /libitm/testsuite/Makefile.in
parent191879f9c2ca1c70d34acf91337bdf7bc3229eed (diff)
Clear hardware capabilities on libitm.so with Sun ld
* clearcap.map: New file. * acinclude.m4 (LIBITM_CHECK_LINKER_HWCAP): New test. * configure.ac: Call it. Clear HWCAP_LDFLAGS if defaulting to -mavx. * Makefile.am (AM_LDFLAGS): Add $(HWCAP_LDFLAGS) * configure: Regenerate. * Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. From-SVN: r183430
Diffstat (limited to 'libitm/testsuite/Makefile.in')
-rw-r--r--libitm/testsuite/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libitm/testsuite/Makefile.in b/libitm/testsuite/Makefile.in
index 8066a2a0388..094e44de51a 100644
--- a/libitm/testsuite/Makefile.in
+++ b/libitm/testsuite/Makefile.in
@@ -95,6 +95,7 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
GREP = @GREP@
+HWCAP_LDFLAGS = @HWCAP_LDFLAGS@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@