Move the DBSYM bits up in the file.

This commit is contained in:
thorpej 2002-03-02 22:23:10 +00:00
parent 36c7edfda4
commit ebcb5cdd36
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,8 @@
# $NetBSD: Makefile.evbarm.inc,v 1.8 2002/02/22 05:07:46 thorpej Exp $
# $NetBSD: Makefile.evbarm.inc,v 1.9 2002/03/02 22:23:10 thorpej Exp $
SYSTEM_LD_TAIL_EXTRA=; \
echo "${DBSYM} $@ || true"; \
${DBSYM} $@ || true
.if (${BOARDTYPE} == "integrator")
GENASSYM_EXTRAS+= ${THISARM}/ifpga/genassym.cf
@ -6,10 +10,6 @@ SYSTEM_FIRST_OBJ= intmmu.o
SYSTEM_FIRST_SFILE= ${THISARM}/integrator/intmmu.S
.endif
SYSTEM_LD_TAIL_EXTRA=; \
echo "${DBSYM} $@ || true"; \
${DBSYM} $@ || true
.if (${BOARDTYPE} == "iq80310")
SYSTEM_LD_TAIL_EXTRA+=; \
echo ${OBJCOPY} -S -O srec $@ $@.srec; \