repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
sys
/
arch
/
i386
/
include
/
Makefile.inc
blob
42e13e2bc579568cf7d6923a1240149961523271
1
# $NetBSD: Makefile.inc,v 1.3 2014/10/19 15:41:05 joerg Exp $
2
3
CFLAGS+= -msoft-float
4
CFLAGS+= -mno-mmx -mno-sse -mno-avx
5
6
# this should really be !(RUMPKERNEL && PIC)
7
.if !defined(RUMPKERNEL)
8
CFLAGS+= -fno-omit-frame-pointer
9
.endif
10
11
USE_SSP?= yes