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

--- Comment #14 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jonathan Yong <[email protected]>:

https://gcc.gnu.org/g:784fe43e93cdefe1d033195ab43e88d450b5882b

commit r16-6122-g784fe43e93cdefe1d033195ab43e88d450b5882b
Author: Peter Damianov <[email protected]>
Date:   Thu Dec 11 01:52:43 2025 +0000

    Driver: Implement --with-windres= argument to configure script [PR108866]

    To align with the rest of the options (--with-ld, --with-as,
--with-dsymutil),
    implement --with-windres for overriding the windres binary the driver
invokes
    with an absolute path to a windres binary.

    gcc/
            PR target/108866
            * gcc.cc (find_a_program): Add check for DEFAULT_WINDRES.
            * configure.ac: Add --with-windres= option.
            * config.in: Regenerate.
            * configure: Regenerate.

    Signed-off-by: Peter Damianov <[email protected]>
    Signed-off-by: Jonathan Yong <[email protected]>

Reply via email to