forked from pool/binutils
Accepting request 1067336 from devel:gcc
OBS-URL: https://build.opensuse.org/request/show/1067336 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=163
This commit is contained in:
commit
3e6a8bb3ad
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 09:11:50 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Disable ZSTD debug section compress by default.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
@ -385,6 +388,11 @@ cd build-dir
|
||||
--enable-warn-execstack=yes \
|
||||
--enable-warn-rwx-segments=yes
|
||||
|
||||
#FIXME: enable in the future
|
||||
#%if %{suse_version} > 1550
|
||||
# --enable-default-compressed-debug-sections-algorithm=zstd \
|
||||
#%endif
|
||||
|
||||
# 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:
|
||||
|
Loading…
Reference in New Issue
Block a user