1 # $NetBSD: Makefile.inc,v 1.10.30.1 2021/04/03 22:28:31 thorpej Exp $ 2 3 CFLAGS+= -G 0 -ffixed-24 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 AFLAGS+= -x assembler-with-cpp ${AOPTS} 12