Home | History | Annotate | Line # | Download | only in conf
Makefile.arc.inc revision 1.13
      1 #	$NetBSD: Makefile.arc.inc,v 1.13 2005/05/07 14:15:05 tsutsui Exp $
      2 
      3 CFLAGS+=	-mips2
      4 AFLAGS+=	-mips2
      5 
      6 SYSTEM_LD_TAIL_EXTRA=; \
      7 	echo "${DBSYM} $@ || true"; \
      8 	${DBSYM} $@ || true
      9