Home | History | Annotate | Line # | Download | only in mips
Makefile.inc revision 1.10
      1  1.10  mycroft #	$NetBSD: Makefile.inc,v 1.10 2002/09/12 17:08:32 mycroft Exp $
      2   1.1   mhitch 
      3   1.1   mhitch SRCS+=	rtld_start.S mips_reloc.c
      4   1.1   mhitch 
      5   1.9  thorpej # XXX Should not be in CPPFLAGS!
      6   1.9  thorpej CPPFLAGS+= -mabicalls -G0 -fPIC
      7   1.8  thorpej 
      8   1.8  thorpej CPPFLAGS+= -DELFSIZE=32 -I${.CURDIR}
      9   1.5       pk CPPFLAGS+= -DRTLD_INHIBIT_COPY_RELOCS
     10   1.1   mhitch 
     11  1.10  mycroft LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
     12  1.10  mycroft LDFLAGS+= --script ${.CURDIR}/arch/mips/ld.so.script
     13   1.7   castor .if (${MACHINE_ARCH} == "mipseb")
     14   1.1   mhitch LDFLAGS+= -EB
     15   1.1   mhitch .endif
     16