mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
* config/i386/cygwin32.mh ($(BDM_LIBNAME)): Rename target from
libwigglers.def. (libwigglers.a): Remove target.
This commit is contained in:
@ -1,6 +1,10 @@
|
|||||||
start-sanitize-gdbtk
|
|
||||||
Fri Aug 8 15:59:24 1997 Ian Lance Taylor <ian@cygnus.com>
|
Fri Aug 8 15:59:24 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* config/i386/cygwin32.mh ($(BDM_LIBNAME)): Rename target from
|
||||||
|
libwigglers.def.
|
||||||
|
(libwigglers.a): Remove target.
|
||||||
|
|
||||||
|
start-sanitize-gdbtk
|
||||||
* gdbtk.c (gdbtk_cleanup): New static function.
|
* gdbtk.c (gdbtk_cleanup): New static function.
|
||||||
(gdbtk_init): Add gdbtk_cleanup as a final cleanup. Uncomment
|
(gdbtk_init): Add gdbtk_cleanup as a final cleanup. Uncomment
|
||||||
call to ide_initialize_paths. If we can't initialize the event
|
call to ide_initialize_paths. If we can't initialize the event
|
||||||
|
@ -13,7 +13,5 @@ BDM_LIBNAME = libwigglers.a
|
|||||||
BDM_DEFFILE = $(srcdir)/wigglers.def
|
BDM_DEFFILE = $(srcdir)/wigglers.def
|
||||||
|
|
||||||
# Makefile target for making BDM_LIBNAME
|
# Makefile target for making BDM_LIBNAME
|
||||||
libwigglers.def:
|
$(BDM_LIBNAME): $(BDM_DEFFILE)
|
||||||
$(DLLTOOL) --as=i386-cygwin32-as -k --dllname $(BDM_DLLNAME) --output-lib $(BDM_LIBNAME) --def $(BDM_DEFFILE)
|
$(DLLTOOL) --as=i386-cygwin32-as -k --dllname $(BDM_DLLNAME) --output-lib $(BDM_LIBNAME) --def $(BDM_DEFFILE)
|
||||||
|
|
||||||
libwigglers.a: libwigglers.def
|
|
||||||
|
Reference in New Issue
Block a user