Home | History | Annotate | Line # | Download | only in include
Makefile.inc revision 1.6.60.1
      1  1.6.60.1     mjf # $NetBSD: Makefile.inc,v 1.6.60.1 2009/01/17 13:28:15 mjf Exp $
      2       1.1  simonb 
      3  1.6.60.1     mjf CFLAGS+=	-G 0 -mno-abicalls -ffixed-23
      4       1.1  simonb 
      5  1.6.60.1     mjf .if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
      6  1.6.60.1     mjf CFLAGS+=	-msym32
      7  1.6.60.1     mjf .endif
      8  1.6.60.1     mjf 
      9  1.6.60.1     mjf AFLAGS+=	-mno-abicalls -x assembler-with-cpp -traditional-cpp ${AOPTS}
     10