Home | History | Annotate | Line # | Download | only in include
Makefile.inc revision 1.3
      1  1.3  pooka # $NetBSD: Makefile.inc,v 1.3 2009/11/27 13:50:29 pooka Exp $
      2  1.1   haad 
      3  1.2   tron CFLAGS+=	-mno-red-zone
      4  1.3  pooka 
      5  1.3  pooka # this should really be !(RUMPKERNEL && PIC)
      6  1.3  pooka .if !defined(RUMPKERNEL)
      7  1.3  pooka CFLAGS+=	-mcmodel=kernel
      8  1.3  pooka .endif
      9  1.3  pooka 
     10  1.2   tron USE_SSP?=	yes
     11