mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
* configure (GDB_TK): add all-libide to dependency list
* Makefile.in: remove sanitization for ALL libide references
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Tue Dec 2 06:51:40 1997 Keith Seitz <keiths@onions.cygnus.com>
|
||||||
|
|
||||||
|
* configure (GDB_TK): add all-libide to dependency list
|
||||||
|
|
||||||
|
* Makefile.in: remove sanitization for ALL libide references
|
||||||
|
|
||||||
Tue Dec 2 09:04:13 1997 Michael Meissner <meissner@cygnus.com>
|
Tue Dec 2 09:04:13 1997 Michael Meissner <meissner@cygnus.com>
|
||||||
|
|
||||||
* configure.in (host_libs): Build libide all of the time, remove ide
|
* configure.in (host_libs): Build libide all of the time, remove ide
|
||||||
@ -8,8 +14,6 @@ Tue Dec 2 09:04:13 1997 Michael Meissner <meissner@cygnus.com>
|
|||||||
|
|
||||||
Mon Dec 1 10:53:40 1997 Keith Seitz <keiths@onions.cygnus.com>
|
Mon Dec 1 10:53:40 1997 Keith Seitz <keiths@onions.cygnus.com>
|
||||||
|
|
||||||
* configure: add all-libide to GDB_TK
|
|
||||||
|
|
||||||
* Makefile.in (all-vmake): remove double dependency on all-libide
|
* Makefile.in (all-vmake): remove double dependency on all-libide
|
||||||
|
|
||||||
* modules/modules: add libide to gdb's checkout list
|
* modules/modules: add libide to gdb's checkout list
|
||||||
|
@ -514,9 +514,7 @@ ALL_MODULES = \
|
|||||||
$(end-sanitize-ide) \
|
$(end-sanitize-ide) \
|
||||||
all-ld \
|
all-ld \
|
||||||
all-libiberty \
|
all-libiberty \
|
||||||
$(start-sanitize-ide) \
|
|
||||||
all-libide \
|
all-libide \
|
||||||
$(end-sanitize-ide) \
|
|
||||||
all-m4 \
|
all-m4 \
|
||||||
all-make \
|
all-make \
|
||||||
all-mmalloc \
|
all-mmalloc \
|
||||||
@ -590,9 +588,7 @@ CROSS_CHECK_MODULES = \
|
|||||||
$(end-sanitize-ide) \
|
$(end-sanitize-ide) \
|
||||||
check-ld \
|
check-ld \
|
||||||
check-libiberty \
|
check-libiberty \
|
||||||
$(start-sanitize-ide) \
|
|
||||||
check-libide \
|
check-libide \
|
||||||
$(end-sanitize-ide) \
|
|
||||||
check-m4 \
|
check-m4 \
|
||||||
check-make \
|
check-make \
|
||||||
check-mmcheckoc \
|
check-mmcheckoc \
|
||||||
@ -667,9 +663,7 @@ INSTALL_MODULES = \
|
|||||||
$(end-sanitize-ide) \
|
$(end-sanitize-ide) \
|
||||||
install-ld \
|
install-ld \
|
||||||
install-libiberty \
|
install-libiberty \
|
||||||
$(start-sanitize-ide) \
|
|
||||||
install-libide \
|
install-libide \
|
||||||
$(end-sanitize-ide) \
|
|
||||||
install-m4 \
|
install-m4 \
|
||||||
install-make \
|
install-make \
|
||||||
install-mmalloc \
|
install-mmalloc \
|
||||||
@ -827,9 +821,7 @@ CLEAN_MODULES = \
|
|||||||
$(end-sanitize-ide) \
|
$(end-sanitize-ide) \
|
||||||
clean-ld \
|
clean-ld \
|
||||||
clean-libiberty \
|
clean-libiberty \
|
||||||
$(start-sanitize-ide) \
|
|
||||||
clean-libide \
|
clean-libide \
|
||||||
$(end-sanitize-ide) \
|
|
||||||
clean-m4 \
|
clean-m4 \
|
||||||
clean-make \
|
clean-make \
|
||||||
clean-mmalloc \
|
clean-mmalloc \
|
||||||
|
Reference in New Issue
Block a user