Home | History | Annotate | Line # | Download | only in include
Makefile.inc revision 1.10
      1  1.10  martin # $NetBSD: Makefile.inc,v 1.10 2016/06/09 05:43:51 martin Exp $
      2   1.1  simonb 
      3  1.10  martin CFLAGS+=	-G 0 -ffixed-24
      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.9   joerg AFLAGS+=	-x assembler-with-cpp ${AOPTS}
     16