1 1.9 joerg # $NetBSD: Makefile.inc,v 1.9 2011/01/21 15:59:07 joerg 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.9 joerg AFLAGS+= -x assembler-with-cpp ${AOPTS} 16