SHA256
1
0
forked from pool/binutils

- Update binutils-2.26-branch.diff, updates to branch head.

(bnc#970239)
- Disable -mrelax-relocations by default on old products.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=210
This commit is contained in:
2016-03-17 13:11:29 +00:00
committed by Git OBS Bridge
parent 37e85f4b2b
commit e860120c9a
43 changed files with 772 additions and 28 deletions

View File

@@ -249,6 +249,9 @@ cd build-dir
%ifarch %gold_archs
--enable-gold \
--enable-threads \
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
@@ -304,6 +307,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
%endif
--build=%{HOST} --target=%{TARGET_OS} \
%if "%{TARGET}" == "spu"
--with-sysroot=/usr/spu \