repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
sparc
/
stand
/
Makefile.inc
blob
84eb5e0ff23a86c7c262006e8cfa08248ce9a3c9
1
# $NetBSD: Makefile.inc,v 1.7.24.4 2005/11/10 13:59:17 skrll Exp $
2
3
.ifndef __INCLUDED_STAND_MAKEFILE_INC
4
__INCLUDED_STAND_MAKEFILE_INC=
5
6
BINDIR= /usr/mdec
7
8
CPPFLAGS+= -DSTANDALONE -I.
9
CFLAGS+= -msoft-float -ffreestanding
10
11
.if ${MACHINE} == "sparc64"
12
CPPFLAGS+= -DSUN4U
13
.endif
14
15
.endif