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:
parent
fd2a841d44
commit
ccd355274b
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user