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 | 84e7906ea01a52faf30e4bddf4f553d0cec59238 (patch) | |
tree | 47169de016f5aef39128d25c7051b75d1270e5b4 /config/mh-mingw | |
parent | 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk> (diff) | |
download | binutils-gdb-84e7906ea01a52faf30e4bddf4f553d0cec59238.tar.gz binutils-gdb-84e7906ea01a52faf30e4bddf4f553d0cec59238.tar.bz2 binutils-gdb-84e7906ea01a52faf30e4bddf4f553d0cec59238.zip |
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/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 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 |