1 # $NetBSD: Makefile.inc,v 1.5 2014/10/19 15:41:05 joerg Exp $ 2 3 CFLAGS+= -mno-red-zone -mno-mmx -mno-sse -mno-avx 4 CFLAGS+= -msoft-float 5 6 # this should really be !(RUMPKERNEL && PIC) 7 .if !defined(RUMPKERNEL) 8 CFLAGS+= -mcmodel=kernel -fno-omit-frame-pointer 9 .endif 10 11 USE_SSP?= yes 12