From 1163205bea77809e0b751e86492d503bf175c1f7 Mon Sep 17 00:00:00 2001 From: nickc Date: Mon, 8 Jan 2007 16:53:33 +0000 Subject: [PATCH] * configure.host: Add i[3-7]86-*-mingw* case. --- ld/ChangeLog | 4 ++++ ld/configure.host | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index ed2e1d326e..d3e3eaf4ce 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2007-01-08 Pedro Alves + + * configure.host: Add i[3-7]86-*-mingw* case. + 2007-01-08 Nick Clifton * pep-dll.h (pep_bfd_is_dll): Add prototype. diff --git a/ld/configure.host b/ld/configure.host index f9f080f602..be343eb7e4 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"` ;; -- 2.11.0