Home | History | Annotate | Line # | Download | only in conf
Makefile.arc.inc revision 1.11.2.1
      1  1.11.2.1     tron #	$NetBSD: Makefile.arc.inc,v 1.11.2.1 2004/09/01 18:20:16 tron 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.11.2.1     tron 	echo ${OBJCOPY} -O ecoff-littlemips \
     13  1.11.2.1     tron 	    -R .pdr -R .mdebug.abi32 -R .comment -R .ident $@ $@.ecoff; \
     14  1.11.2.1     tron 	${OBJCOPY} -O ecoff-littlemips \
     15  1.11.2.1     tron 	    -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