fs/mfs: Remove a few assert.h includes
[minix3.git] / libexec / ld.elf_so / arch / powerpc / Makefile.inc
blobb12b71778deeae43d34f8cfdc669ab1b8a6a3528
1 #       $NetBSD: Makefile.inc,v 1.15 2014/08/15 09:40:07 matt Exp $
3 SRCS+=          ppc_reloc.c
4 LDFLAGS+=       -Wl,-e,_rtld_start
6 CPPFLAGS+=      -fPIC
8 .if ${LDELFSO_MACHINE_ARCH} == "powerpc64"
9 SRCS+=          rtld_start64.S
10 CPPFLAGS+=      -DELFSIZE=64
11 .else
12 SRCS+=          rtld_start.S
13 CPPFLAGS+=      -DELFSIZE=32
14 LDFLAGS+=       -Wl,--script,${.CURDIR}/arch/powerpc/ld.so.script
15 .endif