projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c37c809
)
prepstrip: strip .note.gnu.gold-version sections
author
Alphat-PC
<AlphatPC@gmail.com>
Thu, 14 Mar 2013 03:26:44 +0000
(20:26 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 14 Mar 2013 03:26:44 +0000
(20:26 -0700)
bin/ebuild-helpers/prepstrip
patch
|
blob
|
history
diff --git
a/bin/ebuild-helpers/prepstrip
b/bin/ebuild-helpers/prepstrip
index d791a113be1cd1a5671150afcb2b80883535e994..38faaef3eccd02de95cbfd85f0c406d4e7f5a421 100755
(executable)
--- 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