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 19:13:46
Message-Id: 1523042017.1f8d3e8790c218aaadaa942cd8c8bbe072e593ab.slyfox@gentoo
1 commit: 1f8d3e8790c218aaadaa942cd8c8bbe072e593ab
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 07:05:33 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 19:13:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8d3e87
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-2.27-r1.ebuild | 7 -------
15 1 file changed, 7 deletions(-)
16
17 diff --git a/sys-libs/glibc/glibc-2.27-r1.ebuild b/sys-libs/glibc/glibc-2.27-r1.ebuild
18 index 588eebae7f2..c61cf3e2929 100644
19 --- a/sys-libs/glibc/glibc-2.27-r1.ebuild
20 +++ b/sys-libs/glibc/glibc-2.27-r1.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