Add build conflict with binutils-gold 17/33917/2 accepted/tizen_3.0.2015.q2_common tizen_3.0.2014.q4_common accepted/tizen/3.0.2015.q2/common/20150623.103022 accepted/tizen/common/20150127.151354 accepted/tizen/mobile/20150205.042650 accepted/tizen/tv/20150206.074818 accepted/tizen/wearable/20150204.014318 submit/tizen_3.0.2015.q2_common/20150623.102604 submit/tizen_common/20150127.143638 submit/tizen_ivi/20150206.082313 submit/tizen_mobile/20150129.000000 submit/tizen_mobile/20150204.011944 submit/tizen_tv/20150204.012408 submit/tizen_wearable/20150204.011455
authorIlya Palachev <i.palachev@samsung.com>
Fri, 16 Jan 2015 11:17:55 +0000 (14:17 +0300)
committerIlya Palachev <i.palachev@samsung.com>
Wed, 21 Jan 2015 11:14:21 +0000 (03:14 -0800)
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>
packaging/gcc.spec.in
packaging/gcc49.spec

index 6ec6a63..34e4776 100644 (file)
 %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
index 6c863c3..fb8e2cf 100644 (file)
 %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