------- Comment #2 from nightstrike at gmail dot com 2008-02-23 11:12 ------- Here's an even better way to do it:
Index: configure.ac =================================================================== --- configure.ac (revision 132554) +++ configure.ac (working copy) @@ -1010,10 +1010,7 @@ case "${host}" in *-cygwin*) host_makefile_frag="config/mh-cygwin" ;; - *-mingw32*) - host_makefile_frag="config/mh-mingw" - ;; - *-mingw64*) + *-mingw*) host_makefile_frag="config/mh-mingw" ;; *-interix*) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35151