https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111610

--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by Iain D Sandoe
<ia...@gcc.gnu.org>:

https://gcc.gnu.org/g:1fd4db58480a518b05dd835157e59b2ed9fd2bc1

commit r11-11371-g1fd4db58480a518b05dd835157e59b2ed9fd2bc1
Author: Iain Sandoe <i...@sandoe.co.uk>
Date:   Wed Sep 27 11:05:31 2023 +0100

    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 <i...@sandoe.co.uk>
    (cherry picked from commit 2ecab2f32b9e9a75bf563f80752d5b44dcd26b98)

Reply via email to