forked from pool/binutils
Accepting request 1171312 from devel:gcc
Allow to disable profiling there were some variations in .gcda files that rarely could lead to variations in optimized finaly binaries (forwarded request 1171128 from bmwiedemann) OBS-URL: https://build.opensuse.org/request/show/1171312 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=170
This commit is contained in:
commit
20c893709d
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 1 09:52:29 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Allow to disable profiling
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 22 10:11:25 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 21 09:56:08 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
Wed Feb 21 09:56:08 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -253,40 +253,40 @@ cp ld/ldgram.y ld/ldgram.y.orig
|
|||||||
|
|
||||||
# Patch is outside test_vanilla because it's supposed to be the
|
# Patch is outside test_vanilla because it's supposed to be the
|
||||||
# patch bringing the tarball to the newest upstream version
|
# patch bringing the tarball to the newest upstream version
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3 -p1
|
%patch -P 3 -p1
|
||||||
%patch4
|
%patch -P 4
|
||||||
%patch5
|
%patch -P 5
|
||||||
%patch6
|
%patch -P 6
|
||||||
%patch8
|
%patch -P 8
|
||||||
%patch9
|
%patch -P 9
|
||||||
%patch10
|
%patch -P 10
|
||||||
%patch12
|
%patch -P 12
|
||||||
%patch14
|
%patch -P 14
|
||||||
%patch15
|
%patch -P 15
|
||||||
%patch22
|
%patch -P 22
|
||||||
%patch34 -p1
|
%patch -P 34 -p1
|
||||||
%patch36 -p1
|
%patch -P 36 -p1
|
||||||
%if %{suse_version} < 1550
|
%if %{suse_version} < 1550
|
||||||
%patch37 -p1
|
%patch -P 37 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch38
|
%patch -P 38
|
||||||
%patch39 -p1
|
%patch -P 39 -p1
|
||||||
%patch40 -p1
|
%patch -P 40 -p1
|
||||||
%patch41 -p1
|
%patch -P 41 -p1
|
||||||
%if %{suse_version} < 1550
|
%if %{suse_version} < 1550
|
||||||
%patch42 -p1
|
%patch -P 42 -p1
|
||||||
%patch43 -p1
|
%patch -P 43 -p1
|
||||||
%patch44 -p1
|
%patch -P 44 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch60 -p1
|
%patch -P 60 -p1
|
||||||
%patch61 -p1
|
%patch -P 61 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch -P 90
|
||||||
%patch92
|
%patch -P 92
|
||||||
%patch93 -p1
|
%patch -P 93 -p1
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
# test_vanilla
|
# test_vanilla
|
||||||
@ -380,7 +380,7 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap} && 0%{?do_profiling}
|
||||||
--enable-pgo-build=lto \
|
--enable-pgo-build=lto \
|
||||||
%endif
|
%endif
|
||||||
--enable-colored-disassembly \
|
--enable-colored-disassembly \
|
||||||
|
Loading…
Reference in New Issue
Block a user