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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
compat
/
mips64
/
64
/
bsd.64.mk
blob
5d88f23203723670af9ff8798d17aa302e14fd59
1
# $NetBSD: bsd.64.mk,v 1.3 2009/12/15 04:05:34 mrg Exp $
2
3
.if
${
MACHINE_ARCH
} ==
"mips64eb"
4
LD
+= -
m elf64btsmip
5
.
else
6
LD
+= -
m elf64ltsmip
7
.
endif
8
MLIBDIR
=
64
9
10
COPTS
+= -
mabi
=
64
11
CPUFLAGS
+= -
mabi
=
64
12
LDADD
+= -
mabi
=
64
13
LDFLAGS
+= -
mabi
=
64
14
MKDEPFLAGS
+= -
mabi
=
64
15
16
.
include
"${.PARSEDIR}/../../Makefile.compat"