Home | History | Annotate | Line # | Download | only in include
Makefile.inc revision 1.6.64.1
      1 # $NetBSD: Makefile.inc,v 1.6.64.1 2009/05/04 08:11:31 yamt Exp $
      2 
      3 CFLAGS+=	-G 0 -mno-abicalls -ffixed-23
      4 
      5 .if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
      6 CFLAGS+=	-msym32
      7 .endif
      8 
      9 AFLAGS+=	-mno-abicalls -x assembler-with-cpp -traditional-cpp ${AOPTS}
     10