1 # $NetBSD: Makefile.inc,v 1.4 2009/12/15 04:06:43 mrg Exp $
3 WARNS?= 3 # XXX: -Wsign-compare issues ld.elf_so source
5 .if ${MACHINE_ARCH} == "sparc64"
9 .if ${MACHINE_ARCH} == "x86_64"
13 .if ${MACHINE_ARCH} == "powerpc64"
17 # For now make "elf32" look for native (n32)
18 .if (${MACHINE_ARCH} == "mips64eb") || (${MACHINE_ARCH} == "mips64el")
21 CPPFLAGS+= -DLDD_ELF64
24 .if exists(${.CURDIR}/../../Makefile.inc)
25 .include "${.CURDIR}/../../Makefile.inc"