summaryrefslogtreecommitdiff
path: root/libitm/testsuite
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-23 13:03:25 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-23 13:03:25 +0000
commitdffe2d192cf2ab307e74213d13797b9e95c09b6a (patch)
tree51a38715a0e7346a965322711a16d29cd887c919 /libitm/testsuite
parentb94ae734847346812da1f0ad2709fcdaf6d9ab3c (diff)
downloadgcc-dffe2d192cf2ab307e74213d13797b9e95c09b6a.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183430 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libitm/testsuite')
-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@