SHA256
3
0
forked from pool/binutils

Accepting request 44050 from home:coolo:branches:openSUSE:Factory

Copy from home:coolo:branches:openSUSE:Factory/binutils via accept of submit request 44050 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/44050
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=30
This commit is contained in:
Richard Biener 2010-07-27 11:40:56 +00:00 committed by Git OBS Bridge
parent cd0b6cbf94
commit 0ca88e9bb6
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 27 11:23:20 UTC 2010 - coolo@novell.com
- split the gold build into 2 make steps to avoid random
build failures (ugly work around in fact)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 8 05:28:53 UTC 2010 - jengelh@medozas.de Thu Jul 8 05:28:53 UTC 2010 - jengelh@medozas.de

View File

@ -366,7 +366,8 @@ mkdir ../build-dir2
cd ../build-dir2 cd ../build-dir2
../configure --disable-ld-targets %common_flags %extra_gold_targets \ ../configure --disable-ld-targets %common_flags %extra_gold_targets \
--enable-shared --enable-gold --program-prefix=go --enable-plugins --enable-shared --enable-gold --program-prefix=go --enable-plugins
make %{?_smp_mflags} make %{?_smp_mflags} all-opcodes
make %{?_smp_mflags} all
%endif %endif
mkdir ../build-dir3 mkdir ../build-dir3
cd ../build-dir3 cd ../build-dir3