diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2008-06-06 02:32:32 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2008-06-06 02:32:32 +0000 |
commit | f769e691e7eb965793ab0a5602f188d111cc265c (patch) | |
tree | 026b77f964bc859477849724dd981ebe0f5b0a8b /config | |
parent | 47140f3cdb70329a1948d6ab7c58c04e4e7a4b02 (diff) | |
download | newlib-f769e691e7eb965793ab0a5602f188d111cc265c.zip newlib-f769e691e7eb965793ab0a5602f188d111cc265c.tar.gz newlib-f769e691e7eb965793ab0a5602f188d111cc265c.tar.bz2 |
PR driver/35916
* mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS.
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 5 | ||||
-rw-r--r-- | config/mh-mingw | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 92df0eb..f7548c3 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -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> diff --git a/config/mh-mingw b/config/mh-mingw index 7186499..5a38cdb 100644 --- a/config/mh-mingw +++ b/config/mh-mingw @@ -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 |