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
This commit is contained in:
Michael Matz 2022-02-22 14:37:51 +00:00 committed by Git OBS Bridge
parent fd2a841d44
commit ccd355274b
48 changed files with 168 additions and 48 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use verbose mode for make.
-------------------------------------------------------------------
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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