forked from pool/binutils
Accepting request 957216 from home:marxin:branches:devel:gcc
- Use verbose mode for make for cross compilers. OBS-URL: https://build.opensuse.org/request/show/957216 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=390
This commit is contained in:
parent
303dd11d49
commit
845bec2bea
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -393,11 +393,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use verbose mode for make for cross compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -396,11 +396,11 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--enable-default-hash-style=both \
|
--enable-default-hash-style=both \
|
||||||
%endif
|
%endif
|
||||||
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
|
||||||
rm */config.cache
|
rm */config.cache
|
||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
%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
|
||||||
|
Loading…
Reference in New Issue
Block a user