NetBSD/libexec/ld.elf_so/arch/mips/Makefile.inc

18 lines
525 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.5 1999/02/27 10:44:27 pk Exp $
1998-03-25 07:12:32 +03:00
SRCS+= rtld_start.S mips_reloc.c
CPPFLAGS+= -mabicalls -G0 -fPIC -DELFSIZE=32 -I${.CURDIR}
CPPFLAGS+= -DRTLD_INHIBIT_COPY_RELOCS
1998-03-25 07:12:32 +03:00
.if (${MACHINE} == "newsmips")
# UGH! ld.so.script specifies little-endian; need to override that here
LDFLAGS+= -EB
.endif
1998-03-26 10:36:30 +03:00
LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
LDFLAGS+= --script ${.CURDIR}/arch/mips/ld.so.script
1998-03-25 07:12:32 +03:00
# Link ld.so for backward compatibility with old binaries
LINKS+= /usr/libexec/${PROG} /usr/libexec/ld.so