diff options
author | Andrew Haley <aph@redhat.com> | 2007-09-11 13:10:20 +0000 |
---|---|---|
committer | Andrew Haley <aph@redhat.com> | 2007-09-11 13:10:20 +0000 |
commit | d14abaeb107a4639fe2e95e6835b82597ac73daa (patch) | |
tree | 192872a9cef2f3284326cbabeb8c46c8a0c88c01 /config | |
parent | 987bf584846b71ea246714b52b6c4cc373f519e6 (diff) | |
download | gdb-d14abaeb107a4639fe2e95e6835b82597ac73daa.tar.gz |
2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR target/33281
* configure.ac: Use config/mh-mingw on mingw.
* configure: Regenerate.
* config/mh-mingw: New host makefile fragment.
Diffstat (limited to 'config')
-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 00000000000..71864997e53 --- /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 |