Home | History | Annotate | Line # | Download | only in include
Makefile.inc revision 1.1.24.2
      1  1.1.24.1   skrll # $NetBSD: Makefile.inc,v 1.1.24.2 2004/09/18 14:37:18 skrll Exp $
      2       1.1  simonb 
      3       1.1  simonb # Standard kernel compile flags
      4  1.1.24.1   skrll CFLAGS += -G 0 -mno-abicalls
      5  1.1.24.1   skrll .if ${HAVE_GCC3} == "no"
      6  1.1.24.1   skrll CFLAGS += -mno-half-pic
      7  1.1.24.1   skrll .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