Sync usage with man page.
[netbsd-mini2440.git] / libexec / ld.elf_so / arch / mips / Makefile.inc
blobba1822475d9a74c3831a6ff55f493cea444f2b3f
1 #       $NetBSD: Makefile.inc,v 1.17 2009/12/14 00:41:18 matt Exp $
3 SRCS+=          rtld_start.S mips_reloc.c
5 COPTS+=         -G0
7 ABI64?= ${CFLAGS:M-mabi=64}
8 ABIO64?= ${CFLAGS:M-mabi=o64}
9 .if !empty(ABI64) || !empty(ABIO64)
10 CPPFLAGS+=      -DELFSIZE=64
11 .else
12 CPPFLAGS+=      -DELFSIZE=32
13 .endif
14 CPPFLAGS+=      -DRTLD_INHIBIT_COPY_RELOCS
15 AFLAGS+=        -Wa,--fatal-warnings
17 LDFLAGS+=       -Wl,-e,rtld_start