blob: 325f2afe10dd8fd2522d78a77529e344e9d981c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile.inc,v 1.14 2016/10/01 13:57:44 christos Exp $
NOSSP= # defined
NOPIE= # defined
NOMAN= # defined
BINDIR= /usr/mdec
NOPIE= yes
CPPFLAGS+= -DSTANDALONE -I.
CFLAGS+= -ffreestanding ${${ACTIVE_CC} == "gcc":? -msoft-float :}
.if ${MACHINE} == "sparc64"
CPPFLAGS+= -DSUN4U
.endif
|