From 6e6e0c7570c73186f84e4e9a930e3efe0dc2349b Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 14 Jun 2017 22:31:06 +0100 Subject: [PATCH] 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 cab00ef0303e9..7fc4ca03479f1 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 }