* configure.tgt (LIB_PATH): Default to searching w32api directory under cygwin.
This commit is contained in:
parent
3f47be5ca1
commit
f8b0dbb817
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue