repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fs/mfs: Remove a few assert.h includes
[minix3.git]
/
libexec
/
ld.elf_so
/
arch
/
mips
/
Makefile.inc
blob
40cd2dc2d0ed957bc8c3fc315544e8592087b1af
1
# $NetBSD: Makefile.inc,v 1.20 2013/07/10 15:08:38 matt Exp $
2
3
SRCS+= rtld_start.S mips_reloc.c
4
5
COPTS+= -G0
6
7
CPPFLAGS+= -DELFSIZE=_MIPS_SZPTR
8
CPPFLAGS+= -DRTLD_INHIBIT_COPY_RELOCS
9
AFLAGS+= -Wa,--fatal-warnings
10
11
LDFLAGS+= -Wl,-e,rtld_start