# $NetBSD: Makefile.inc,v 1.3 2003/08/27 16:03:18 mrg Exp $ # Standard kernel compile flags CFLAGS += -G 0 -mno-abicalls .if ${HAVE_GCC3} == "no" CFLAGS += -mno-half-pic .endif # Needed so modules loaded in KSEG2 can make calls to KSEG0 CFLAGS += -mlong-calls