]> gcc.gnu.org Git - gcc.git/commit
configure: Adjust several assembler checks to remove an unused parm.
authorIain Sandoe <iain@sandoe.co.uk>
Thu, 26 Aug 2021 10:32:52 +0000 (11:32 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Fri, 27 Aug 2021 15:47:31 +0000 (16:47 +0100)
commite5d9873fcb6f90d03b7534af53de39ec65d0cdc5
tree189751bc0a447b3fe4a91270c3d7f5142168a32f
parentfccd5b48adf568f0aabe5d5f51206a9d42da095a
configure: Adjust several assembler checks to remove an unused parm.

In r12-3048-ge0b6d0b39c6, the GAS version parameter was removed from
the gcc_GAS_CHECK_FEATURE macro.  It seems that overlapping comit/test
cycles resulted in several AMDGCN and one Darwin commit with the now
extra parameter still present.

This causes wrong configure code to be generated when autoreconf is
used in the gcc directory.

Fixed by removing the extraneous parm from the AMDGCN and Darwin cases.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/ChangeLog:

* configure.ac (darwin2[[0-9]]* | darwin19*): Alter use of
gcc_GAS_CHECK_FEATURE to remove an extraneous parameter.
(amdgcn-* | gcn-*) Likewise.
gcc/configure.ac
This page took 0.057851 seconds and 5 git commands to generate.