1 # $NetBSD: Makefile.inc,v 1.7 2008/12/21 11:48:30 ad Exp $ 2 3 CFLAGS+= -G 0 -mno-abicalls -ffixed-23 4 5 .if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el" 6 CFLAGS+= -msym32 7 .endif 8 9 AFLAGS+= -mno-abicalls -x assembler-with-cpp -traditional-cpp ${AOPTS} 10