]> sourceware.org Git - debugedit.git/commit
tests: Check gcc accepts -gz=none before usage
authorMark Wielaard <mark@klomp.org>
Wed, 24 Mar 2021 23:23:43 +0000 (00:23 +0100)
committerMark Wielaard <mark@klomp.org>
Wed, 24 Mar 2021 23:23:43 +0000 (00:23 +0100)
commit163b420c9b4f7e95878c38d3b8ca90d648203268
treecac85b51f3a30c2bf49f848745060f71dfb0ff44
parent6f69aa52171f323afdec1edf5487f70bc149aaec
tests: Check gcc accepts -gz=none before usage

commit 4f138 "tests: fix for toolchains producing compressed debug
sections" used -gz=none unconditionally to compile the test
binaries. But not all gcc versions support -gz.

Add a configure check for -gz=none. Set GZ_NONE_FLAG in
atlocal.in. Use it instead of -gz=none in debugedit.at.

Signed-off-by: Mark Wielaard <mark@klomp.org>
configure.ac
tests/atlocal.in
tests/debugedit.at
This page took 0.024475 seconds and 5 git commands to generate.