Home | History | Annotate | Line # | Download | only in conf
Makefile.arc.inc revision 1.10.2.5
      1 #	$NetBSD: Makefile.arc.inc,v 1.10.2.5 2005/11/10 13:55:00 skrll Exp $
      2 
      3 CFLAGS+=	-mips2
      4 AFLAGS+=	-mips2
      5 
      6 SYSTEM_LD_TAIL_EXTRA=; \
      7 	echo "${DBSYM} $@ || true"; \
      8 	${DBSYM} $@ || true
      9