Home | History | Annotate | Line # | Download | only in conf
Makefile.arc.inc revision 1.11.2.1.2.1
      1  1.11.2.1.2.1      jmc #	$NetBSD: Makefile.arc.inc,v 1.11.2.1.2.1 2005/02/06 07:45:24 jmc Exp $
      2           1.1     matt 
      3          1.11  tsutsui CFLAGS+=	-mips2
      4           1.1     matt AFLAGS+=	-mips2
      5  1.11.2.1.2.1      jmc CFLAGS+=	-I$S/dist/ipf
      6          1.10  tsutsui 
      7          1.10  tsutsui LINKFORMAT=	-N
      8           1.1     matt 
      9           1.1     matt # XXX
     10           1.5   atatat SYSTEM_LD_TAIL_EXTRA=; \
     11           1.8  tsutsui 	echo "${DBSYM} $@ || true"; \
     12           1.8  tsutsui 	${DBSYM} $@ || true; \
     13      1.11.2.1     tron 	echo ${OBJCOPY} -O ecoff-littlemips \
     14      1.11.2.1     tron 	    -R .pdr -R .mdebug.abi32 -R .comment -R .ident $@ $@.ecoff; \
     15      1.11.2.1     tron 	${OBJCOPY} -O ecoff-littlemips \
     16      1.11.2.1     tron 	    -R .pdr -R .mdebug.abi32 -R .comment -R .ident $@ $@.ecoff
     17           1.5   atatat 
     18           1.7   atatat EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.ecoff@}
     19