For unknown reason when libgcc.so is built with gold, it causes
python to make syscalls with zero-length buffers. That's why we
disable gold for gcc.
Change-Id: I12c4b9d9171980f9c3c03a08c8eaab62415fd943
Signed-off-by: Ilya Palachev <i.palachev@samsung.com>
%define selfconflict() %1
Name: gcc@base_ver@
+# For unknown reason when libgcc.so is built with gold, it causes python to
+# make syscalls with zero-length buffers. That's why we disable gold for gcc
+BuildConflicts: binutils-gold
# With generated files in src we could drop the following
BuildRequires: bison
BuildRequires: flex
%define selfconflict() %1
Name: gcc49
+# For unknown reason when libgcc.so is built with gold, it causes python to
+# make syscalls with zero-length buffers. That's why we disable gold for gcc
+BuildConflicts: binutils-gold
# With generated files in src we could drop the following
BuildRequires: bison
BuildRequires: flex