mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 22:03:57 +08:00
* configure.tgt (LIB_PATH): Default to searching w32api directory under cygwin.
This commit is contained in:
@ -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>
|
2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
|
||||||
|
|
||||||
* pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
|
* 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 ;
|
i[3456]86-*-pe) targ_emul=i386pe ;
|
||||||
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
||||||
i[3456]86-*-cygwin*) targ_emul=i386pe ;
|
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 ;
|
i[3456]86-*-mingw32*) targ_emul=i386pe ;
|
||||||
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
||||||
i[3456]86-*-interix*) targ_emul=i386pe_posix;
|
i[3456]86-*-interix*) targ_emul=i386pe_posix;
|
||||||
|
Reference in New Issue
Block a user