Home | History | Annotate | Line # | Download | only in include
Makefile.inc revision 1.1.24.2
      1 # $NetBSD: Makefile.inc,v 1.1.24.2 2004/09/18 14:37:18 skrll Exp $
      2 
      3 # Standard kernel compile flags
      4 CFLAGS += -G 0 -mno-abicalls
      5 .if ${HAVE_GCC3} == "no"
      6 CFLAGS += -mno-half-pic
      7 .endif
      8 
      9 # Needed so modules loaded in KSEG2 can make calls to KSEG0
     10 CFLAGS += -mlong-calls
     11