From: Alphat-PC Date: Thu, 14 Mar 2013 03:26:44 +0000 (-0700) Subject: prepstrip: strip .note.gnu.gold-version sections X-Git-Tag: v2.2.0_alpha167~35 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f87e325263df8c134e4b4cfe3837ae732bc9da2b;p=portage.git prepstrip: strip .note.gnu.gold-version sections --- diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip index d791a113b..38faaef3e 100755 --- a/bin/ebuild-helpers/prepstrip +++ b/bin/ebuild-helpers/prepstrip @@ -74,7 +74,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 -R .GCC.command.line" + DEF_STRIP_FLAGS="-R .comment -R .GCC.command.line -R .note.gnu.gold-version" SPLIT_STRIP_FLAGS= ;; esac