aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc15
1 files changed, 11 insertions, 4 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index f9f2fa4..6c16e77 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1379,7 +1379,7 @@ i[34567]86-*-pe | i[34567]86-*-cygwin*)
thread_file='posix'
fi
;;
-i[34567]86-*-mingw32* | x86_64-*-mingw32*)
+i[34567]86-*-mingw* | x86_64-*-mingw*)
tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h"
xm_file=i386/xm-mingw32.h
tmake_file="i386/t-cygming i386/t-mingw32"
@@ -1396,10 +1396,17 @@ i[34567]86-*-mingw32* | x86_64-*-mingw32*)
;;
esac
case ${target} in
- *mingw32crt*)
- tm_file="${tm_file} i386/crtdll.h"
+ x86_64-*-mingw*)
+ tmake_file="${tmake_file} i386/t-crtfm"
;;
- *mingw32msv* | *mingw32*)
+ *)
+ ;;
+ esac
+ case ${target} in
+ *mingw32crt*)
+ tm_file="${tm_file} i386/crtdll.h"
+ ;;
+ *mingw32msv* | *mingw*)
;;
esac
;;