mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-27 03:42:56 +08:00
Install ld into ddestdir/bin.
This commit is contained in:
@ -391,13 +391,11 @@ lintlog:$(SOURCES) Makefile
|
|||||||
tags TAGS:$(SOURCES) $(HEADERS)
|
tags TAGS:$(SOURCES) $(HEADERS)
|
||||||
etags -t $?
|
etags -t $?
|
||||||
|
|
||||||
release:
|
|
||||||
(cd /4/steve/ld; tar cf - $(LDSOURCES) $(HEADERS) $(MANSOURCES)) | tar xf -
|
|
||||||
|
|
||||||
objdump:objdump.c
|
objdump:objdump.c
|
||||||
|
|
||||||
install: $(LD_PROG)
|
install: $(LD_PROG)
|
||||||
$(INSTALL_PROGRAM) ld.new $(bindir)/ld
|
$(INSTALL_PROGRAM) ld.new $(ddestdir)/bin/ld
|
||||||
# Something like the following might make sense for install, but doesn't work
|
# Something like the following might make sense for install, but doesn't work
|
||||||
# - it is too fragile, depending on a gcc binary int the right place.
|
# - it is too fragile, depending on a gcc binary int the right place.
|
||||||
# Perhaps using gcc/version.c might work?
|
# Perhaps using gcc/version.c might work?
|
||||||
|
Reference in New Issue
Block a user