commit:     cfdb1fa4210d5c0addf74e66a851b7c271bf4996
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 08:42:29 2018 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 08:42:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdb1fa4

sys-devel/gcc-apple: drop prepstrip usage, bug #587314

Prepstrip only deals with ELF, and the main consumer is using MACH-O
here, so it was never really run anyway.

Closes: https://bugs.gentoo.org/587314
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild 
b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild
index 12f3d99760d..c46edae451a 100644
--- a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild
+++ b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild
@@ -338,13 +338,6 @@ src_install() {
                rm -r "${D}"${LIBPATH}/include/libffi || die
        fi
 
-       # Now do the fun stripping stuff
-       env RESTRICT="" CHOST=${CHOST} prepstrip "${D}${BINPATH}"
-       env RESTRICT="" CHOST=${CTARGET} prepstrip "${D}${LIBPATH}"
-       # gcc used to install helper binaries in lib/ but then moved to libexec/
-       [[ -d ${ED}/usr/libexec/gcc ]] && \
-               env RESTRICT="" CHOST=${CHOST} prepstrip 
"${ED}/usr/libexec/gcc/${CTARGET}/${GCC_VERS}"
-
        # prune empty dirs left behind
        find "${ED}" -type d | xargs rmdir >& /dev/null
 

Reply via email to