diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-06-14 22:31:06 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-06-14 22:33:07 +0100 |
commit | 6e6e0c7570c73186f84e4e9a930e3efe0dc2349b (patch) | |
tree | 0180c1b16ac7edc9fb2cee4c3fe8f7e317849eab /dev-libs/boehm-gc | |
parent | dev-util/cmake: Bump to version 3.9.0_rc3. Removed old. (diff) | |
download | gentoo-6e6e0c7570c73186f84e4e9a930e3efe0dc2349b.tar.gz gentoo-6e6e0c7570c73186f84e4e9a930e3efe0dc2349b.tar.bz2 gentoo-6e6e0c7570c73186f84e4e9a930e3efe0dc2349b.zip |
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
Diffstat (limited to 'dev-libs/boehm-gc')
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild | 2 |
1 files changed, 0 insertions, 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 cab00ef0303e..7fc4ca03479f 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 } |