summaryrefslogtreecommitdiff
path: root/ld/configure.host
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-01-08 16:53:33 +0000
committerNick Clifton <nickc@redhat.com>2007-01-08 16:53:33 +0000
commitf9967789c6c7c657c099ff6526640d1cc2c36032 (patch)
tree7b1a79ce19c5220fed8f51f03f060e4e795f3901 /ld/configure.host
parenta95c9d068ccc775cc6a84fcfd82770e100ad4545 (diff)
* configure.host: Add i[3-7]86-*-mingw* case.
Diffstat (limited to 'ld/configure.host')
-rw-r--r--ld/configure.host6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/configure.host b/ld/configure.host
index f9f080f6024..be343eb7e48 100644
--- a/ld/configure.host
+++ b/ld/configure.host
@@ -147,6 +147,12 @@ i[3-7]86-*-cygwin*)
HOSTING_LIBS="$HOSTING_LIBS"' -lcygwin -L/usr/lib/w32api -luser32 -lkernel32 -ladvapi32 -lshell32 `if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi`'
;;
+i[3-7]86-*-mingw*)
+ #We only support msvcrt.dll, crtid == 2.
+ HOSTING_CRT0='/mingw/lib/crt2.o'
+ HOSTING_LIBS='-L/mingw/lib -lmingw32 -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 -lmingw32 -lmoldname -lmingwex -lmsvcrt `if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi`'
+ ;;
+
ia64-*-linux-*)
HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,ld\[^ \]*\*,ld-linux-ia64,g"`
;;