1# $NetBSD: Makefile.inc,v 1.11 2021/03/23 11:56:55 simonb Exp $
2
3CFLAGS+=	-G 0 -ffixed-24
4
5# this should really be !(RUMPKERNEL && target=PIC)
6.if !defined(RUMPKERNEL)
7CFLAGS+=	-mno-abicalls
8AFLAGS+=	-mno-abicalls
9.endif
10
11AFLAGS+=	-x assembler-with-cpp ${AOPTS}
12