mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-06 22:40:36 +08:00
Rename stub app to eva_stub.elf and add it to install list.
This commit is contained in:
parent
7041c7aba0
commit
f2314e38c2
@ -58,7 +58,7 @@ EVA_APP_SCRIPTS = eva_app.ld
|
|||||||
|
|
||||||
# Stub stuff
|
# Stub stuff
|
||||||
EVA_STUB_HEX = eva_stub.hex
|
EVA_STUB_HEX = eva_stub.hex
|
||||||
EVA_STUB = eva_stub
|
EVA_STUB = eva_stub.elf
|
||||||
EVA_STUB_OBJS = xstormy16_stub.o crt0_stub.o
|
EVA_STUB_OBJS = xstormy16_stub.o crt0_stub.o
|
||||||
|
|
||||||
# Host specific makefile fragment comes in here.
|
# Host specific makefile fragment comes in here.
|
||||||
@ -110,7 +110,7 @@ distclean maintainer-clean realclean: clean
|
|||||||
|
|
||||||
.PHONY: install info install-info clean-info
|
.PHONY: install info install-info clean-info
|
||||||
install:
|
install:
|
||||||
set -e; for x in ${SIM_BSP} ${CRT} ${EVA_APP_BSP} ${EVA_STUB_HEX}; do\
|
set -e; for x in ${SIM_BSP} ${CRT} ${EVA_APP_BSP} ${EVA_STUB_HEX} ${EVA_STUB} ; do\
|
||||||
${INSTALL_DATA} $$x ${tooldir}/lib${MULTISUBDIR}/$$x; \
|
${INSTALL_DATA} $$x ${tooldir}/lib${MULTISUBDIR}/$$x; \
|
||||||
done
|
done
|
||||||
@for script in ${SCRIPTS} ${SIM_SCRIPTS} ${EVA_APP_SCRIPTS}; do\
|
@for script in ${SCRIPTS} ${SIM_SCRIPTS} ${EVA_APP_SCRIPTS}; do\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user