forked from pool/binutils
Accepting request 1067052 from home:marxin:branches:devel:gcc
- Enable zstd compression algorithm (instead of zlib) for debug info sections by default. OBS-URL: https://build.opensuse.org/request/show/1067052 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=435
This commit is contained in:
parent
2089720318
commit
c291feaf4a
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 15:32:02 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Enable zstd compression algorithm (instead of zlib)
|
||||
for debug info sections by default.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 30 09:18:59 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -61,6 +61,9 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
%if %{suse_version} > 1500
|
||||
BuildRequires: libzstd-devel
|
||||
%endif
|
||||
Version: 2.40
|
||||
Release: 0
|
||||
|
||||
@ -362,6 +365,9 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%if %{suse_version} > 1550
|
||||
--enable-default-compressed-debug-sections-algorithm=zstd \
|
||||
%endif
|
||||
%endif
|
||||
%if %{suse_version} < 1550
|
||||
--disable-x86-used-note \
|
||||
|
Loading…
Reference in New Issue
Block a user