summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/Makefile.inc
blob: 42e13e2bc579568cf7d6923a1240149961523271 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: Makefile.inc,v 1.3 2014/10/19 15:41:05 joerg Exp $

CFLAGS+=	-msoft-float
CFLAGS+=	-mno-mmx -mno-sse -mno-avx

# this should really be !(RUMPKERNEL && PIC)
.if !defined(RUMPKERNEL)
CFLAGS+=	-fno-omit-frame-pointer
.endif

USE_SSP?=	yes