PR driver/35916
authorDanny Smith <dannysmith@users.sourceforge.net>
Fri, 6 Jun 2008 02:32:32 +0000 (02:32 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Fri, 6 Jun 2008 02:32:32 +0000 (02:32 +0000)
* mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS.

config/ChangeLog
config/mh-mingw

index 92df0eb25a2ceca1883f6547bf2d95cf477a9214..f7548c3fafd85df65721fd502f42d52f44213fa1 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       PR driver/35916
+       * mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS.
+
 2008-05-12  Samuel Tardieu  <sam@rfc1149.net>
            Paolo Bonzini  <bonzini@gnu.org>
 
index 71864997e53bc6e6373948068814a87301a88eaf..5a38cdb4546b35121363c1d41dc8f2120f66c46f 100644 (file)
@@ -1,3 +1,4 @@
 # 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
+CFLAGS += -D__USE_MINGW_ACCESS
This page took 0.027111 seconds and 4 git commands to generate.