Home | History | Annotate | Line # | Download | only in include
Makefile.inc revision 1.4
      1  1.4  christos # $NetBSD: Makefile.inc,v 1.4 2005/12/11 12:18:09 christos 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