diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-04-06 08:05:33 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-04-06 20:13:37 +0100 |
commit | 1f8d3e8790c218aaadaa942cd8c8bbe072e593ab (patch) | |
tree | ff832b34891ede824aa739ee90d40581b175d3e5 /sys-libs/glibc | |
parent | dev-php/pecl-event: Revbump for php 7.2; fix tests (diff) | |
download | gentoo-1f8d3e8790c218aaadaa942cd8c8bbe072e593ab.tar.gz gentoo-1f8d3e8790c218aaadaa942cd8c8bbe072e593ab.tar.bz2 gentoo-1f8d3e8790c218aaadaa942cd8c8bbe072e593ab.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/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.27-r1.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys-libs/glibc/glibc-2.27-r1.ebuild b/sys-libs/glibc/glibc-2.27-r1.ebuild index 588eebae7f2d..c61cf3e29292 100644 --- a/sys-libs/glibc/glibc-2.27-r1.ebuild +++ b/sys-libs/glibc/glibc-2.27-r1.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 |