prepstrip: strip .note.gnu.gold-version sections
authorAlphat-PC <AlphatPC@gmail.com>
Thu, 14 Mar 2013 03:26:44 +0000 (20:26 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 14 Mar 2013 03:26:44 +0000 (20:26 -0700)
bin/ebuild-helpers/prepstrip

index d791a113be1cd1a5671150afcb2b80883535e994..38faaef3eccd02de95cbfd85f0c406d4e7f5a421 100755 (executable)
@@ -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