1 # $NetBSD: Makefile,v 1.8 2014/08/28 12:23:29 joerg Exp $
5 CPPFLAGS
+= -DELFSIZE
=64
14 .if
${OBJECT_FMTS
:Melf64
} != ""
16 # XXX we need to make sure that we don't accidentally get the elf32
17 # XXX versions of these.
21 _rtld_digest_dynamic \
23 _rtld_load_needed_objects \
28 _rtld_object_add_name \
29 _rtld_object_match_name \
37 .for _d in
${RTLD_FUNCS}
38 CPPFLAGS
+= -D
${_d}=_elf64_
${_d}
41 .if
(${MACHINE_ARCH} == "mips64el") ||
(${MACHINE_ARCH} == "mips64eb")
42 CPPFLAGS
+= -DRTLD_ARCH_SUBDIR
=\"${MLIBDIR}\"
45 .
include "../Makefile.elf"