SHA256
1
0
forked from pool/binutils

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
This commit is contained in:
Richard Biener 2010-07-02 08:42:27 +00:00 committed by Git OBS Bridge
parent e7e83f6267
commit 7aec9b3f05
34 changed files with 188 additions and 103 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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