On Fri, Jul 21, 2023 at 9:48 AM Sergei Trofimovich via Gcc-patches
wrote:
>
> From: Sergei Trofimovich
>
> gcc's build system has BOOT_CFLAGS and various STAGE_C{,XX}FLAGS
> variables. BOOT_CXXFLAGS is not handled anywhere.
OK.
> config/
>
> * mh-mingw: Drop assignment of unused BOOT_CX
From: Sergei Trofimovich
gcc's build system has BOOT_CFLAGS and various STAGE_C{,XX}FLAGS
variables. BOOT_CXXFLAGS is not handled anywhere.
config/
* mh-mingw: Drop assignment of unused BOOT_CXXFLAGS variable.
---
config/mh-mingw | 1 -
1 file changed, 1 deletion(-)
diff --git a/confi