Home | History | Annotate | Line # | Download | only in ldd
Makefile.common revision 1.1.2.2.4.1
      1  1.1.2.2.4.1    matt #	$NetBSD: Makefile.common,v 1.1.2.2.4.1 2012/02/17 07:43:45 matt Exp $
      2      1.1.2.2  bouyer 
      3      1.1.2.2  bouyer LDELFSO=${NETBSDSRCDIR}/libexec/ld.elf_so
      4      1.1.2.2  bouyer CPPFLAGS+= -I${LDELFSO} -DLIBDIR=\"${LIBDIR}\"
      5      1.1.2.2  bouyer CPPFLAGS+= -D_RTLD_SOURCE
      6      1.1.2.2  bouyer #CPPFLAGS+= -DDEBUG
      7      1.1.2.2  bouyer .PATH: ${LDELFSO}
      8      1.1.2.2  bouyer 
      9      1.1.2.2  bouyer .if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "sparc64") || \
     10      1.1.2.2  bouyer     (${MACHINE_ARCH} == "arm") || (${MACHINE_ARCH} == "m68k") || \
     11  1.1.2.2.4.1    matt     (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH:Mmips*} != "")
     12      1.1.2.2  bouyer CPPFLAGS+= -DVARPSZ
     13      1.1.2.2  bouyer .endif
     14