Home | History | Annotate | Line # | Download | only in include
Makefile.inc revision 1.4.14.1
      1  1.4.14.1  martin # $NetBSD: Makefile.inc,v 1.4.14.1 2014/10/19 16:11:06 martin Exp $
      2       1.1    haad 
      3  1.4.14.1  martin CFLAGS+=	-mno-red-zone -mno-mmx -mno-sse -mno-avx
      4  1.4.14.1  martin 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