Skip to content

Commit

Permalink
dev-libs/boehm-gc: drop outdated ia64 workaround
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Sergei Trofimovich committed Jun 14, 2017
1 parent a8ee87e commit 6e6e0c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 6e6e0c7

Please sign in to comment.