Home | History | Annotate | Line # | Download | only in include
      1  1.5  joerg # $NetBSD: Makefile.inc,v 1.5 2014/10/19 15:41:05 joerg Exp $
      2  1.1   haad 
      3  1.5  joerg CFLAGS+=	-mno-red-zone -mno-mmx -mno-sse -mno-avx
      4  1.5  joerg CFLAGS+=	-msoft-float
      5  1.3  pooka 
      6  1.3  pooka # this should really be !(RUMPKERNEL && PIC)
      7  1.3  pooka .if !defined(RUMPKERNEL)
      8  1.4    chs CFLAGS+=	-mcmodel=kernel -fno-omit-frame-pointer
      9  1.3  pooka .endif
     10  1.3  pooka 
     11  1.2   tron USE_SSP?=	yes
     12