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