]> git.ipfire.org Git - thirdparty/gcc.git/commit
Darwin, configure: Allow for an unrecognisable dsymutil [PR111610].
authorIain Sandoe <iain@sandoe.co.uk>
Wed, 27 Sep 2023 10:05:31 +0000 (11:05 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Thu, 25 Apr 2024 19:23:46 +0000 (20:23 +0100)
commit1fd4db58480a518b05dd835157e59b2ed9fd2bc1
tree195eed506f2b0f0616ddbadab5f8518633bef02b
parent4805205720c5a3cd3997fb3d670f290856dba18d
Darwin, configure: Allow for an unrecognisable dsymutil [PR111610].

We had a catch-all configuration case for missing or unrecognised dsymutil
but it was setting the dsymutil source to "UNKNOWN" which is not usable in
this context (since it clashes with an existing enum).  We rename this to
DET_UNKNOWN (for Darwin External Toolchain).

PR target/111610

gcc/ChangeLog:

* configure: Regenerate.
* configure.ac: Rename the missing dsymutil case to "DET_UNKNOWN".

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
(cherry picked from commit 2ecab2f32b9e9a75bf563f80752d5b44dcd26b98)
gcc/configure
gcc/configure.ac