diff options
Diffstat (limited to 'config/mh-mingw')
-rw-r--r-- | config/mh-mingw | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/mh-mingw b/config/mh-mingw new file mode 100644 index 0000000..7186499 --- /dev/null +++ b/config/mh-mingw @@ -0,0 +1,3 @@ +# 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 |