12 lines
277 B
Makefile
12 lines
277 B
Makefile
# $NetBSD: Makefile.inc,v 1.5 2014/10/19 15:41:05 joerg Exp $
|
|
|
|
CFLAGS+= -mno-red-zone -mno-mmx -mno-sse -mno-avx
|
|
CFLAGS+= -msoft-float
|
|
|
|
# this should really be !(RUMPKERNEL && PIC)
|
|
.if !defined(RUMPKERNEL)
|
|
CFLAGS+= -mcmodel=kernel -fno-omit-frame-pointer
|
|
.endif
|
|
|
|
USE_SSP?= yes
|