From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RdRrn-00061F-Kh for garchives@archives.gentoo.org; Wed, 21 Dec 2011 19:30:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45ED121C0BE; Wed, 21 Dec 2011 19:30:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 14E0F21C0BE for ; Wed, 21 Dec 2011 19:30:12 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E2CF1B4029 for ; Wed, 21 Dec 2011 19:30:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id EE5898004C for ; Wed, 21 Dec 2011 19:30:10 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <4e3a6eb60d48edddbe6a279f02b0cfc561394841.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ebuild-helpers/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild-helpers/prepstrip X-VCS-Directories: bin/ebuild-helpers/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 4e3a6eb60d48edddbe6a279f02b0cfc561394841 Date: Wed, 21 Dec 2011 19:30:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 278a1c02-8191-4a44-b610-cfce3c10bc96 X-Archives-Hash: 10212926fbaa2aa8a5c5cbc5dd269429 commit: 4e3a6eb60d48edddbe6a279f02b0cfc561394841 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Wed Dec 21 16:20:38 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Dec 21 19:30:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D4e3a6eb6 Strip .GCC.command.line from output files as well. --- bin/ebuild-helpers/prepstrip | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip index 241caaf..1d7b3d2 100755 --- a/bin/ebuild-helpers/prepstrip +++ b/bin/ebuild-helpers/prepstrip @@ -51,7 +51,7 @@ case $(${STRIP} --version 2>/dev/null) in # We'll leave out -R .note for now until we can check out the relevance # of the section when it has the ALLOC flag set on it ... SAFE_STRIP_FLAGS=3D"--strip-unneeded" - DEF_STRIP_FLAGS=3D"-R .comment" + DEF_STRIP_FLAGS=3D"-R .comment -R .GCC.command.line" SPLIT_STRIP_FLAGS=3D ;; esac