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:
parent
e7e83f6267
commit
7aec9b3f05
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -357,21 +357,21 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%ifarch %gold_archs
|
%ifarch %gold_archs
|
||||||
mkdir ../build-dir2
|
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 %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -427,16 +427,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -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
|
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
|
||||||
|
|
||||||
|
@ -329,14 +329,14 @@ EXTRA_LD_TARGETS="$EXTRA_LD_TARGETS,spu-elf"
|
|||||||
mkdir build-dir
|
mkdir build-dir
|
||||||
cd build-dir
|
cd build-dir
|
||||||
../configure %common_flags %extra_ld_targets --enable-shared
|
../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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
mkdir ../build-dir3
|
mkdir ../build-dir3
|
||||||
cd ../build-dir3
|
cd ../build-dir3
|
||||||
../configure %common_flags --disable-shared
|
../configure %common_flags --disable-shared
|
||||||
make %{?jobs:-j%jobs} all-bfd all-opcodes
|
make %{?_smp_mflags} all-bfd all-opcodes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -388,16 +388,16 @@ TARGET_OS=%{TARGET}-linux
|
|||||||
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
--with-sysroot=%{_prefix}/$TARGET_OS/sys-root \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
# build an extra nesC version because nesC requires $'s in identifiers
|
# build an extra nesC version because nesC requires $'s in identifiers
|
||||||
cp -a gas gas-nesc
|
cp -a gas gas-nesc
|
||||||
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
|
||||||
make -C gas-nesc clean
|
make -C gas-nesc clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user