diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-04-06 07:43:35 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-04-06 07:43:49 +0100 |
commit | a0969ccd7c373fa08f89e7bb59c6b7ee27f7751e (patch) | |
tree | 6619e05a7ce74617a82cdf9119d5419777608d5a /sys-libs | |
parent | dev-ruby/tzinfo: add ruby25 (diff) | |
download | gentoo-a0969ccd7c373fa08f89e7bb59c6b7ee27f7751e.tar.gz gentoo-a0969ccd7c373fa08f89e7bb59c6b7ee27f7751e.tar.bz2 gentoo-a0969ccd7c373fa08f89e7bb59c6b7ee27f7751e.zip |
sys-libs/glibc: drop outdated ports/sysdeps/mips/ mangling
ports/ is no more. All mips ports were merged into glibc repository.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index e6d10969e8b3..12272c31f35d 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -755,13 +755,6 @@ src_prepare() { fi if just_headers ; then - if [[ -e ports/sysdeps/mips/preconfigure ]] ; then - # mips peeps like to screw with us. if building headers, - # we don't have a real compiler, so we can't let them - # insert -mabi on us. - sed -i '/CPPFLAGS=.*-mabi/s|.*|:|' ports/sysdeps/mips/preconfigure || die - find ports/sysdeps/mips/ -name Makefile -exec sed -i '/^CC.*-mabi=/s:-mabi=.*:-D_MIPS_SZPTR=32:' {} + - fi if [[ -e sysdeps/riscv/preconfigure ]] ; then # RISC-V interrogates the compiler to determine which target to # build. If building the headers then we don't strictly need a |