Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Fri, 06 Apr 2018 06:43:57
Message-Id: 1522997029.a0969ccd7c373fa08f89e7bb59c6b7ee27f7751e.slyfox@gentoo
1 commit: a0969ccd7c373fa08f89e7bb59c6b7ee27f7751e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 06:43:35 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 06:43:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0969ccd
7
8 sys-libs/glibc: drop outdated ports/sysdeps/mips/ mangling
9
10 ports/ is no more. All mips ports were merged into glibc repository.
11
12 Package-Manager: Portage-2.3.28, Repoman-2.3.9
13
14 sys-libs/glibc/glibc-9999.ebuild | 7 -------
15 1 file changed, 7 deletions(-)
16
17 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
18 index e6d10969e8b..12272c31f35 100644
19 --- a/sys-libs/glibc/glibc-9999.ebuild
20 +++ b/sys-libs/glibc/glibc-9999.ebuild
21 @@ -755,13 +755,6 @@ src_prepare() {
22 fi
23
24 if just_headers ; then
25 - if [[ -e ports/sysdeps/mips/preconfigure ]] ; then
26 - # mips peeps like to screw with us. if building headers,
27 - # we don't have a real compiler, so we can't let them
28 - # insert -mabi on us.
29 - sed -i '/CPPFLAGS=.*-mabi/s|.*|:|' ports/sysdeps/mips/preconfigure || die
30 - find ports/sysdeps/mips/ -name Makefile -exec sed -i '/^CC.*-mabi=/s:-mabi=.*:-D_MIPS_SZPTR=32:' {} +
31 - fi
32 if [[ -e sysdeps/riscv/preconfigure ]] ; then
33 # RISC-V interrogates the compiler to determine which target to
34 # build. If building the headers then we don't strictly need a