diff options
Diffstat (limited to 'gcc/config.host')
-rw-r--r-- | gcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.host b/gcc/config.host index 8e6119ba10b..150a4336496 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -168,7 +168,7 @@ case ${host} in host_xmake_file="${host_xmake_file} i386/x-cygwin" host_exeext=.exe ;; - i[34567]86-*-mingw32*) + i[34567]86-*-mingw32* | x86_64-*-mingw*) host_xm_file=i386/xm-mingw32.h host_xmake_file="${host_xmake_file} i386/x-mingw32" host_exeext=.exe |