1 1.6 tsutsui # $NetBSD: Makefile.arc.inc,v 1.6 2002/01/12 04:07:27 tsutsui Exp $ 2 1.1 matt 3 1.1 matt CFLAGS+= -mips2 -mcpu=r4000 4 1.1 matt AFLAGS+= -mips2 5 1.1 matt 6 1.1 matt # XXX 7 1.5 atatat SYSTEM_LD_TAIL_EXTRA=; \ 8 1.6 tsutsui echo ${OBJCOPY} -O ecoff-littlemips -R .mdebug -R .ident $@ $@.ecoff; \ 9 1.6 tsutsui ${OBJCOPY} -O ecoff-littlemips -R .mdebug -R .ident $@ $@.ecoff 10 1.5 atatat 11 1.5 atatat # XXX works *only* for kernels with one config line named "netbsd" 12 1.5 atatat EXTRA_CLEAN+= netbsd.ecoff 13