diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-12-13 18:03:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-12-13 18:03:45 +0000 |
commit | c3c54e0f074083d3bdfe97153a704f5584ec3fa4 (patch) | |
tree | 7574d1f6318fb78fa1491d15ed1717cb2436ef22 /libgo/testsuite | |
parent | 80e66af3c885e9b0137a8de22578ceca58c1453e (diff) | |
download | gcc-c3c54e0f074083d3bdfe97153a704f5584ec3fa4.zip gcc-c3c54e0f074083d3bdfe97153a704f5584ec3fa4.tar.gz gcc-c3c54e0f074083d3bdfe97153a704f5584ec3fa4.tar.bz2 |
libgo: fixes for Solaris build
Don't put m[0-4] in runtime.inc.
Pass -mclear-hwcap to the linker if supported.
From Rainer Orth.
Reviewed-on: https://go-review.googlesource.com/34331
From-SVN: r243619
Diffstat (limited to 'libgo/testsuite')
-rw-r--r-- | libgo/testsuite/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/testsuite/Makefile.in b/libgo/testsuite/Makefile.in index 6c82a63..f059021 100644 --- a/libgo/testsuite/Makefile.in +++ b/libgo/testsuite/Makefile.in @@ -55,6 +55,7 @@ subdir = testsuite DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \ + $(top_srcdir)/../config/hwcaps.m4 \ $(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/multi.m4 \ $(top_srcdir)/../config/override.m4 \ @@ -123,6 +124,7 @@ GO_SPLIT_STACK = @GO_SPLIT_STACK@ GO_SYSCALL_OS_ARCH_FILE = @GO_SYSCALL_OS_ARCH_FILE@ GO_SYSCALL_OS_FILE = @GO_SYSCALL_OS_FILE@ GREP = @GREP@ +HWCAP_LDFLAGS = @HWCAP_LDFLAGS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ |