]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure.ac
remove -gz=zlib-gnu option value
authorMartin Liska <mliska@suse.cz>
Thu, 22 Sep 2022 11:04:57 +0000 (13:04 +0200)
committerMartin Liska <mliska@suse.cz>
Thu, 22 Sep 2022 12:39:32 +0000 (14:39 +0200)
commit26607a63da99226a020e3318468139a672a14153
treea7f51046bc206eaa6d6bfcbf23d2acb0d76fd3dd
parent86254629b636db579616befde49022f098af8148
remove -gz=zlib-gnu option value

The option value is legacy and probably not used at all,
thus ignore it.

gcc/ChangeLog:

* configure: Regenerate.
* configure.ac: Simplify to gcc_cv_ld_compress_debug={0,1}
and gcc_cv_as_compress_debug={0,1}.
* doc/invoke.texi: Document the removal.
* gcc.cc (LINK_COMPRESS_DEBUG_SPEC): Simplify and ignore
  zlib-gnu.
(ASM_COMPRESS_DEBUG_SPEC): Likewise.

Co-Authored-By: Fangrui Song <i@maskray.me>
gcc/configure
gcc/configure.ac
gcc/doc/invoke.texi
gcc/gcc.cc