From 4e3a6eb60d48edddbe6a279f02b0cfc561394841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 21 Dec 2011 17:20:38 +0100 Subject: Strip .GCC.command.line from output files as well. --- bin/ebuild-helpers/prepstrip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22