Home | History | Annotate | Line # | Download | only in include
Makefile.inc revision 1.1.24.3
      1 # $NetBSD: Makefile.inc,v 1.1.24.3 2004/09/21 13:18:39 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