commit: 6e6e0c7570c73186f84e4e9a930e3efe0dc2349b
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 21:31:06 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 21:33:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6e0c75
dev-libs/boehm-gc: drop outdated ia64 workaround
Fixes build failure on ia64:
make -j1 src/ia64_save_regs_in_stack.lo
make: *** No rule to make target 'src/ia64_save_regs_in_stack.lo'. Stop.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild
b/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild
index cab00ef0303..7fc4ca03479 100644
--- a/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild
+++ b/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild
@@ -34,8 +34,6 @@ multilib_src_configure() {
}
multilib_src_compile() {
- # Workaround build errors. #574566
- use ia64 && emake src/ia64_save_regs_in_stack.lo
use sparc && emake src/sparc_mach_dep.lo
default
}