diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-12-21 17:20:38 +0100 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-12-21 11:30:01 -0800 |
commit | 4e3a6eb60d48edddbe6a279f02b0cfc561394841 (patch) | |
tree | f11ea1ddc55cd29e73f23f70084c5a990e736d4c | |
parent | b03273772744b263ae5c06de8034ec2200245964 (diff) | |
download | portage-4e3a6eb60d48edddbe6a279f02b0cfc561394841.tar.gz portage-4e3a6eb60d48edddbe6a279f02b0cfc561394841.tar.bz2 portage-4e3a6eb60d48edddbe6a279f02b0cfc561394841.zip |
Strip .GCC.command.line from output files as well.
-rwxr-xr-x | 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 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 |