From: Nick Clifton Date: Mon, 8 Jan 2007 16:53:33 +0000 (+0000) Subject: * configure.host: Add i[3-7]86-*-mingw* case. X-Git-Tag: drow-reverse-20070409-branchpoint~858 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9967789c6c7c657c099ff6526640d1cc2c36032;p=external%2Fbinutils.git * configure.host: Add i[3-7]86-*-mingw* case. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index ed2e1d3..d3e3eaf 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 f9f080f..be343eb 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"` ;;