]> 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>
Fri, 12 Apr 2024 09:25:11 +0000 (10:25 +0100)
commit7ccd1909b2f67c9cef2e058f1388de85ae1789bd
treed514ee7c1dfe316984a13c5097bfbce84467b67a
parent5500fe9c34c219cff39092e46c9f619cc38bf4f4
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