]> git.ipfire.org Git - thirdparty/gcc.git/commit
support -gz=zstd for both linker and assembler
authorMartin Liska <mliska@suse.cz>
Thu, 22 Sep 2022 12:30:44 +0000 (14:30 +0200)
committerMartin Liska <mliska@suse.cz>
Thu, 29 Sep 2022 09:26:33 +0000 (11:26 +0200)
commitb7723e135334df95597c8c744276b9de5a88214a
treeac7ee403bfe7a33f2e0e9c469e7622dcea2fa7fa
parent9b0d780514131e09634b01ab3ec43a9a85aecb3b
support -gz=zstd for both linker and assembler

PR driver/106897

gcc/ChangeLog:

* common.opt: Add -gz=zstd value.
* configure.ac: Detect --compress-debug-sections=zstd
for both linker and assembler.
* configure: Regenerate.
* gcc.cc (LINK_COMPRESS_DEBUG_SPEC): Handle -gz=zstd.
(ASM_COMPRESS_DEBUG_SPEC): Likewise.
gcc/common.opt
gcc/configure
gcc/configure.ac
gcc/gcc.cc