Accepting request 1067335 from home:marxin:branches:devel:gcc

- Disable ZSTD debug section compress by default.

OBS-URL: https://build.opensuse.org/request/show/1067335
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=436
This commit is contained in:
Martin Liška 2023-02-23 09:15:27 +00:00 committed by Git OBS Bridge
parent c291feaf4a
commit 488080e211
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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>

View File

@ -365,9 +365,6 @@ 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 \
@ -391,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: