From 7aec9b3f05160a1ffcc53003d237bdfa06a219d9cda22e56727d79c185ba4564 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Fri, 2 Jul 2010 08:42:27 +0000 Subject: [PATCH] Accepting request 42400 from home:jengelh:smp Copy from home:jengelh:smp/binutils via accept of submit request 42400 revision 2. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/42400 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=28 --- binutils.changes | 5 +++++ binutils.spec | 14 +++++++------- cross-alpha-binutils.changes | 5 +++++ cross-alpha-binutils.spec | 12 ++++++------ cross-arm-binutils.changes | 5 +++++ cross-arm-binutils.spec | 12 ++++++------ cross-avr-binutils.changes | 5 +++++ cross-avr-binutils.spec | 12 ++++++------ cross-hppa-binutils.changes | 5 +++++ cross-hppa-binutils.spec | 12 ++++++------ cross-hppa64-binutils.changes | 5 +++++ cross-hppa64-binutils.spec | 12 ++++++------ cross-i386-binutils.changes | 5 +++++ cross-i386-binutils.spec | 12 ++++++------ cross-ia64-binutils.changes | 5 +++++ cross-ia64-binutils.spec | 12 ++++++------ cross-mips-binutils.changes | 5 +++++ cross-mips-binutils.spec | 12 ++++++------ cross-ppc-binutils.changes | 5 +++++ cross-ppc-binutils.spec | 12 ++++++------ cross-ppc64-binutils.changes | 5 +++++ cross-ppc64-binutils.spec | 12 ++++++------ cross-s390-binutils.changes | 5 +++++ cross-s390-binutils.spec | 12 ++++++------ cross-s390x-binutils.changes | 5 +++++ cross-s390x-binutils.spec | 12 ++++++------ cross-sh4-binutils.changes | 5 +++++ cross-sh4-binutils.spec | 12 ++++++------ cross-sparc-binutils.changes | 5 +++++ cross-sparc-binutils.spec | 12 ++++++------ cross-spu-binutils.changes | 5 +++++ cross-spu-binutils.spec | 12 ++++++------ cross-x86_64-binutils.changes | 5 +++++ cross-x86_64-binutils.spec | 12 ++++++------ 34 files changed, 188 insertions(+), 103 deletions(-) diff --git a/binutils.changes b/binutils.changes index 9c3463f..8d68e59 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/binutils.spec b/binutils.spec index ac5bc91..e1d2511 100644 --- a/binutils.spec +++ b/binutils.spec @@ -357,21 +357,21 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %ifarch %gold_archs mkdir ../build-dir2 cd ../build-dir2 ../configure --disable-ld-targets %common_flags %extra_gold_targets \ --enable-shared --enable-gold --program-prefix=go --enable-plugins -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %endif mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -427,16 +427,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-alpha-binutils.changes b/cross-alpha-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-alpha-binutils.changes +++ b/cross-alpha-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-alpha-binutils.spec b/cross-alpha-binutils.spec index f9519a7..b57fd54 100644 --- a/cross-alpha-binutils.spec +++ b/cross-alpha-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index 53b6d08..3f78293 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 9a5435d..4871eee 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index 3362c34..68fd031 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index e25bd8e..feca0ee 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index d704640..d149d7e 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index 46953a3..24ce8c2 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index a748203..a903289 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index f0fcb00..77902eb 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index af71192..fee966b 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index 211ff3b..b37761b 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index 5bcbb9c..c8f22f0 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-sh4-binutils.changes b/cross-sh4-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-sh4-binutils.changes +++ b/cross-sh4-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-sh4-binutils.spec b/cross-sh4-binutils.spec index 64a06e3..7a7640b 100644 --- a/cross-sh4-binutils.spec +++ b/cross-sh4-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index ee5007a..e9a62d3 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index 2bcf1f2..346e2a6 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 9c3463f..8d68e59 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index d3e5016..3701f2f 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf" mkdir build-dir cd build-dir ../configure %common_flags %extra_ld_targets --enable-shared -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} mkdir ../build-dir3 cd ../build-dir3 ../configure %common_flags --disable-shared -make %{?jobs:-j%jobs} all-bfd all-opcodes +make %{?_smp_mflags} all-bfd all-opcodes %check export SUSE_ASNEEDED=0 @@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux --with-sysroot=%{_prefix}/$TARGET_OS/sys-root \ %endif ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"} -make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers # force reconfiguring rm bfd/Makefile -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{TARGET}" == "avr" # build an extra nesC version because nesC requires $'s in identifiers cp -a gas gas-nesc echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h make -C gas-nesc clean -make -C gas-nesc %{?jobs:-j%jobs} +make -C gas-nesc %{?_smp_mflags} %endif %check