commit: 86f211e3a552753eb945670a39c1a3b14c3c3bd1 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Sun May 19 05:01:06 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon May 20 05:08:41 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=86f211e3
estrip: Strip __gentoo_check_ldflags__ symbol. Bug: https://bugs.gentoo.org/686282 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> bin/estrip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/estrip b/bin/estrip index 6133c3dee..81f78e847 100755 --- a/bin/estrip +++ b/bin/estrip @@ -133,7 +133,7 @@ case $(${STRIP} --version 2>/dev/null) in *GNU*) # sys-devel/binutils # 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" + SAFE_STRIP_FLAGS="--strip-unneeded -N __gentoo_check_ldflags__" DEF_STRIP_FLAGS="-R .comment -R .GCC.command.line -R .note.gnu.gold-version" SPLIT_STRIP_FLAGS= ;;
