Home | History | Annotate | Line # | Download | only in include
Makefile.inc revision 1.4.2.1
      1  1.4.2.1  jdolecek # $NetBSD: Makefile.inc,v 1.4.2.1 2017/12/03 11:35:47 jdolecek Exp $
      2      1.1      haad 
      3  1.4.2.1  jdolecek CFLAGS+=	-mno-red-zone -mno-mmx -mno-sse -mno-avx
      4  1.4.2.1  jdolecek 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