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