Home | History | Annotate | Line # | Download | only in include
      1  1.11  simonb # $NetBSD: Makefile.inc,v 1.11 2021/03/23 11:56:55 simonb 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.9   joerg AFLAGS+=	-x assembler-with-cpp ${AOPTS}
     12