From a806b1ca0f36751cec379d4b1d07fa70c300a81a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 25 Jan 2018 16:10:30 +0000 Subject: [PATCH] Disable binary annotation as this appears to trigger a bug in the i686 compiler. --- binutils.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/binutils.spec b/binutils.spec index b64604c..558f196 100644 --- a/binutils.spec +++ b/binutils.spec @@ -55,6 +55,11 @@ # .so that is used at run time). %undefine _strict_symbol_defs_build +# There is a bug in the i686 compiler that might be triggered by +# the annobin plugin. Try building without it... +# FIXME: Remove this once the compiler is fixed. +%undefine _annotated_build + #---------------------------------------------------------------------------- Summary: A GNU collection of binary utilities @@ -718,6 +723,8 @@ exit 0 %changelog * Thu Jan 25 2018 Nick Clifton 2.29.1-14 - Fix creation of PowerPC64 function call stubs. (#1523457) +- Disable -z defs during build. +- Disable binary annotation. (temporary ?) * Mon Jan 22 2018 Nick Clifton 2.29.1-13 - Fix bugs in AArch64 static PIE support. (#1536645)