Home | History | Annotate | Line # | Download | only in include
Makefile.inc revision 1.1.2.2
      1  1.1.2.2  fvdl # $NetBSD: Makefile.inc,v 1.1.2.2 2001/10/11 00:01:47 fvdl Exp $
      2  1.1.2.2  fvdl 
      3  1.1.2.2  fvdl # Standard kernel compile flags
      4  1.1.2.2  fvdl CFLAGS += -G 0 -mno-abicalls -mno-half-pic
      5  1.1.2.2  fvdl 
      6  1.1.2.2  fvdl # Needed so modules loaded in KSEG2 can make calls to KSEG0
      7  1.1.2.2  fvdl CFLAGS += -mlong-calls
      8