* configure.tgt (LIB_PATH): Default to searching w32api directory under cygwin.

This commit is contained in:
Christopher Faylor 2002-11-12 03:48:43 +00:00
parent 3f47be5ca1
commit f8b0dbb817
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-11-11 Christopher Faylor <cgf@redhat.com>
* configure.tgt (LIB_PATH): Default to searching w32api directory under
cygwin.
2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
* pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list

View File

@ -206,7 +206,8 @@ i[3456]86-*-winnt*) targ_emul=i386pe ;
i[3456]86-*-pe) targ_emul=i386pe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
i[3456]86-*-cygwin*) targ_emul=i386pe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
targ_extra_ofiles="deffilep.o pe-dll.o"
test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
i[3456]86-*-mingw32*) targ_emul=i386pe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
i[3456]86-*-interix*) targ_emul=i386pe_posix;