1 1.12 tsutsui # $NetBSD: Makefile.arc.inc,v 1.12 2004/08/30 16:08:24 tsutsui Exp $ 2 1.1 matt 3 1.11 tsutsui CFLAGS+= -mips2 4 1.1 matt AFLAGS+= -mips2 5 1.10 tsutsui 6 1.10 tsutsui LINKFORMAT= -N 7 1.1 matt 8 1.1 matt # XXX 9 1.5 atatat SYSTEM_LD_TAIL_EXTRA=; \ 10 1.8 tsutsui echo "${DBSYM} $@ || true"; \ 11 1.8 tsutsui ${DBSYM} $@ || true; \ 12 1.12 tsutsui echo ${OBJCOPY} -O ecoff-littlemips \ 13 1.12 tsutsui -R .pdr -R .mdebug.abi32 -R .comment -R .ident $@ $@.ecoff; \ 14 1.12 tsutsui ${OBJCOPY} -O ecoff-littlemips \ 15 1.12 tsutsui -R .pdr -R .mdebug.abi32 -R .comment -R .ident $@ $@.ecoff 16 1.5 atatat 17 1.7 atatat EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.ecoff@} 18