]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure.ac
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>
Wed, 27 Sep 2023 13:41:53 +0000 (14:41 +0100)
commit2ecab2f32b9e9a75bf563f80752d5b44dcd26b98
treeb06797baef8953c868d08d463f03fde845e74573
parent834fc2bf05537ff19c5c1e7bd041d7e89eb450ed
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>
gcc/configure
gcc/configure.ac