Home | History | Annotate | Line # | Download | only in include
Makefile.inc revision 1.8
      1 # $NetBSD: Makefile.inc,v 1.8 2009/11/29 23:46:41 pooka Exp $
      2 
      3 CFLAGS+=	-G 0 -ffixed-23
      4 
      5 # this should really be !(RUMPKERNEL && target=PIC)
      6 .if !defined(RUMPKERNEL)
      7 CFLAGS+=	-mno-abicalls
      8 AFLAGS+=	-mno-abicalls
      9 .endif
     10 
     11 .if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
     12 CFLAGS+=	-msym32
     13 .endif
     14 
     15 AFLAGS+=	-x assembler-with-cpp -traditional-cpp ${AOPTS}
     16