[Bug target/108866] Allow to pass Windows resource file (.rc) as input to gcc
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Dec 15 14:59:04 GMT 2025
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 <jyong@gcc.gnu.org>:
https://gcc.gnu.org/g:784fe43e93cdefe1d033195ab43e88d450b5882b
commit r16-6122-g784fe43e93cdefe1d033195ab43e88d450b5882b
Author: Peter Damianov <peter0x44@disroot.org>
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 <peter0x44@disroot.org>
Signed-off-by: Jonathan Yong <10walls@gmail.com>
More information about the Gcc-bugs
mailing list