From: Michał Górny Date: Wed, 21 Dec 2011 16:20:38 +0000 (+0100) Subject: Strip .GCC.command.line from output files as well. X-Git-Tag: v2.2.0_alpha82~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4e3a6eb60d48edddbe6a279f02b0cfc561394841;p=portage.git Strip .GCC.command.line from output files as well. --- diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip index 241caafd2..1d7b3d2fd 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="--strip-unneeded" - DEF_STRIP_FLAGS="-R .comment" + DEF_STRIP_FLAGS="-R .comment -R .GCC.command.line" SPLIT_STRIP_FLAGS= ;; esac