diff options
author | Sergei Trofimovich <siarheit@google.com> | 2023-08-07 13:07:26 +0200 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-08-12 10:24:26 +0930 |
commit | ba1eb82eae019ae57813fa4868df9411f5dab7a5 (patch) | |
tree | 3da5ef35c4830db98ae7ddc8560ef16431045069 /config | |
parent | a710d78f319643eac99e03d3adfdbe7edf810d41 (diff) | |
download | binutils-ba1eb82eae019ae57813fa4868df9411f5dab7a5.zip binutils-ba1eb82eae019ae57813fa4868df9411f5dab7a5.tar.gz binutils-ba1eb82eae019ae57813fa4868df9411f5dab7a5.tar.bz2 |
mh-mingw: drop unused BOOT_CXXFLAGS variable
gcc's build system has BOOT_CFLAGS and various STAGE<N>_C{,XX}FLAGS
variables. BOOT_CXXFLAGS is not handled anywhere.
config/
* mh-mingw: Drop assignment of unused BOOT_CXXFLAGS variable.
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-mingw | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/mh-mingw b/config/mh-mingw index e91367a..f5fb064 100644 --- a/config/mh-mingw +++ b/config/mh-mingw @@ -1,7 +1,6 @@ # Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows # Vista (see PR33281 for details). BOOT_CFLAGS += -D__USE_MINGW_ACCESS -Wno-pedantic-ms-format -BOOT_CXXFLAGS += -D__USE_MINGW_ACCESS -Wno-pedantic-ms-format CFLAGS += -D__USE_MINGW_ACCESS CXXFLAGS += -D__USE_MINGW_ACCESS STAGE1_CXXFLAGS += -D__USE_MINGW_ACCESS |