]> git.ipfire.org Git - thirdparty/gcc.git/commit
mingw: Exclude utf8 manifest [PR111170, PR108865]
authorCostas Argyris <costas.argyris@gmail.com>
Mon, 20 Nov 2023 17:58:16 +0000 (17:58 +0000)
committerJonathan Yong <10walls@gmail.com>
Wed, 29 Nov 2023 10:55:41 +0000 (10:55 +0000)
commit19da6d2d0048eb6a260a5cf8af707cb455848bfb
tree5a1f4ea3b5e9c8b23bee7c475b70f08fd643bbc8
parente5ca9fec37f7d5761120145cbb737711772eb8c8
mingw: Exclude utf8 manifest [PR111170, PR108865]

Make the utf8 manifest optional (on by default and
explicitly off with --disable-win32-utf8-manifest)
in the mingw hosts.

Also eliminate duplication between the 32-bit and
64-bit mingw hosts by putting them both in the
same branch and special-case only the 64-bit long
long setting.

PR mingw/111170
PR mingw/108865

Signed-off-by: Costas Argyris <costas.argyris@gmail.com>
Signed-off-by: Jonathan Yong <10walls@gmail.com>
gcc/Changelog:

* configure.ac: Handle new --enable-win32-utf8-manifest
option.
* config.host: allow win32 utf8 manifest to be disabled
by user.
* configure: Regenerate.

(cherry picked from commit 4f1ebd54380e16927cd0085be939165870354eac)
gcc/config.host
gcc/configure
gcc/configure.ac