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
This commit is contained in:
Sergei Trofimovich 2017-06-14 22:31:06 +01:00
parent a8ee87e29a
commit 6e6e0c7570
No known key found for this signature in database
GPG Key ID: 71A1EE76611FF3AA

View File

@ -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
}