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/aclocal.m4 | |
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/aclocal.m4')
-rw-r--r-- | libgo/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/aclocal.m4 b/libgo/aclocal.m4 index aefbad2..07305fd 100644 --- a/libgo/aclocal.m4 +++ b/libgo/aclocal.m4 @@ -989,6 +989,7 @@ AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([../config/depstand.m4]) +m4_include([../config/hwcaps.m4]) m4_include([../config/lead-dot.m4]) m4_include([../config/multi.m4]) m4_include([../config/override.m4]) |