From ccd355274bbb38309b0883d2e72e6ddec7bc8e1cc2bf939e6132b262bc2c1c6a Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Tue, 22 Feb 2022 14:37:51 +0000 Subject: [PATCH] Accepting request 956642 from home:marxin:branches:devel:gcc - Use verbose mode for make. OBS-URL: https://build.opensuse.org/request/show/956642 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=388 --- binutils.changes | 5 +++++ binutils.spec | 4 ++-- cross-aarch64-binutils.changes | 5 +++++ cross-aarch64-binutils.spec | 4 ++-- cross-arm-binutils.changes | 5 +++++ cross-arm-binutils.spec | 4 ++-- cross-avr-binutils.changes | 5 +++++ cross-avr-binutils.spec | 4 ++-- cross-epiphany-binutils.changes | 5 +++++ cross-epiphany-binutils.spec | 4 ++-- cross-hppa-binutils.changes | 5 +++++ cross-hppa-binutils.spec | 4 ++-- cross-hppa64-binutils.changes | 5 +++++ cross-hppa64-binutils.spec | 4 ++-- cross-i386-binutils.changes | 5 +++++ cross-i386-binutils.spec | 4 ++-- cross-ia64-binutils.changes | 5 +++++ cross-ia64-binutils.spec | 4 ++-- cross-m68k-binutils.changes | 5 +++++ cross-m68k-binutils.spec | 4 ++-- cross-mips-binutils.changes | 5 +++++ cross-mips-binutils.spec | 4 ++-- cross-ppc-binutils.changes | 5 +++++ cross-ppc-binutils.spec | 4 ++-- cross-ppc64-binutils.changes | 5 +++++ cross-ppc64-binutils.spec | 4 ++-- cross-ppc64le-binutils.changes | 5 +++++ cross-ppc64le-binutils.spec | 4 ++-- cross-pru-binutils.changes | 5 +++++ cross-pru-binutils.spec | 4 ++-- cross-riscv64-binutils.changes | 5 +++++ cross-riscv64-binutils.spec | 4 ++-- cross-rx-binutils.changes | 5 +++++ cross-rx-binutils.spec | 4 ++-- cross-s390-binutils.changes | 5 +++++ cross-s390-binutils.spec | 4 ++-- cross-s390x-binutils.changes | 5 +++++ cross-s390x-binutils.spec | 4 ++-- cross-sparc-binutils.changes | 5 +++++ cross-sparc-binutils.spec | 4 ++-- cross-sparc64-binutils.changes | 5 +++++ cross-sparc64-binutils.spec | 4 ++-- cross-spu-binutils.changes | 5 +++++ cross-spu-binutils.spec | 4 ++-- cross-x86_64-binutils.changes | 5 +++++ cross-x86_64-binutils.spec | 4 ++-- cross-xtensa-binutils.changes | 5 +++++ cross-xtensa-binutils.spec | 4 ++-- 48 files changed, 168 insertions(+), 48 deletions(-) diff --git a/binutils.changes b/binutils.changes index b382ef0..921cf59 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/binutils.spec b/binutils.spec index 8ca785d..e868284 100644 --- a/binutils.spec +++ b/binutils.spec @@ -320,14 +320,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index b382ef0..921cf59 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-aarch64-binutils.spec b/cross-aarch64-binutils.spec index df46ab0..1ac7c70 100644 --- a/cross-aarch64-binutils.spec +++ b/cross-aarch64-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index b382ef0..921cf59 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index c068fb3..9563186 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index b382ef0..921cf59 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 24e9766..c54c653 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index b382ef0..921cf59 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-epiphany-binutils.spec b/cross-epiphany-binutils.spec index 8357751..94adc88 100644 --- a/cross-epiphany-binutils.spec +++ b/cross-epiphany-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index b382ef0..921cf59 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index 4391f92..780a6a6 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index b382ef0..921cf59 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index 994b127..603c23c 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index b382ef0..921cf59 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index d5319ab..5bccb0f 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index b382ef0..921cf59 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index fa4ff08..12021f6 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index b382ef0..921cf59 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-m68k-binutils.spec b/cross-m68k-binutils.spec index 2e8903b..6720e7d 100644 --- a/cross-m68k-binutils.spec +++ b/cross-m68k-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index b382ef0..921cf59 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index 26ccd69..da49445 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index b382ef0..921cf59 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index b260525..daa2282 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index b382ef0..921cf59 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index 13a4636..4f30928 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index b382ef0..921cf59 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-ppc64le-binutils.spec b/cross-ppc64le-binutils.spec index 8f8dcda..82c9193 100644 --- a/cross-ppc64le-binutils.spec +++ b/cross-ppc64le-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-pru-binutils.changes b/cross-pru-binutils.changes index b382ef0..921cf59 100644 --- a/cross-pru-binutils.changes +++ b/cross-pru-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-pru-binutils.spec b/cross-pru-binutils.spec index b09c966..9d6d39b 100644 --- a/cross-pru-binutils.spec +++ b/cross-pru-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-riscv64-binutils.changes b/cross-riscv64-binutils.changes index b382ef0..921cf59 100644 --- a/cross-riscv64-binutils.changes +++ b/cross-riscv64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-riscv64-binutils.spec b/cross-riscv64-binutils.spec index 07bcabf..d78b569 100644 --- a/cross-riscv64-binutils.spec +++ b/cross-riscv64-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-rx-binutils.changes b/cross-rx-binutils.changes index b382ef0..921cf59 100644 --- a/cross-rx-binutils.changes +++ b/cross-rx-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-rx-binutils.spec b/cross-rx-binutils.spec index 249ee67..73e668e 100644 --- a/cross-rx-binutils.spec +++ b/cross-rx-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index b382ef0..921cf59 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index 6828a93..c09a4d9 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index b382ef0..921cf59 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index 979ad89..6c0bc7a 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index b382ef0..921cf59 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index b80908e..4ef2e5e 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index b382ef0..921cf59 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-sparc64-binutils.spec b/cross-sparc64-binutils.spec index 667e2fa..1ffc43f 100644 --- a/cross-sparc64-binutils.spec +++ b/cross-sparc64-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index b382ef0..921cf59 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index cafbf8a..16a6260 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index b382ef0..921cf59 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 26df9c1..5e45e9a 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils diff --git a/cross-xtensa-binutils.changes b/cross-xtensa-binutils.changes index b382ef0..921cf59 100644 --- a/cross-xtensa-binutils.changes +++ b/cross-xtensa-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 09:13:15 UTC 2022 - Martin Liška + +- Use verbose mode for make. + ------------------------------------------------------------------- Sat Feb 12 19:13:31 UTC 2022 - Martin Liška diff --git a/cross-xtensa-binutils.spec b/cross-xtensa-binutils.spec index 2d56024..54ff4f7 100644 --- a/cross-xtensa-binutils.spec +++ b/cross-xtensa-binutils.spec @@ -323,14 +323,14 @@ cd build-dir # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: -make %{?_smp_mflags} all-bfd TARGET-bfd=headers +make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't # have the PGO handling, hence it's config.cache files are wrong # remove all of those for reconfigure rm */config.cache # force reconfiguring rm bfd/Makefile -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %else # building cross-TARGET-binutils