fs/mfs: Remove a few assert.h includes
[minix3.git] / libexec / ld.elf_so / arch / riscv / Makefile.inc
blob74064faecd192c4d523eb7f69c8df1af001fa25b
1 # $NetBSD: Makefile.inc,v 1.1 2014/09/19 17:36:25 matt Exp $
3 SRCS+=          rtld_start.S mdreloc.c
5 # XXX Should not be in CPPFLAGS!
6 CPPFLAGS+=      -fpic
8 .if ${LDELFSO_MACHINE_ARCH} == "riscv64"
9 CPPFLAGS+=      -DELFSIZE=64
10 .else
11 CPPFLAGS+=      -DELFSIZE=32
12 .endif
13 CPPFLAGS+=      -DHAVE_INITFINI_ARRAY
15 LDFLAGS+=       -Wl,-e,_rtld_start