1999-01-16 17:59:03 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.4 1999/01/16 14:59:03 christos Exp $
|
1998-03-25 07:12:32 +03:00
|
|
|
|
|
|
|
SRCS+= rtld_start.S mips_reloc.c
|
|
|
|
|
|
|
|
CPPFLAGS+= -mabicalls -G0 -fPIC -DELFSIZE=32 -I${.CURDIR}
|
|
|
|
|
|
|
|
.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
|
1999-01-16 17:59:03 +03:00
|
|
|
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
|
1998-05-11 23:30:15 +04:00
|
|
|
LINKS+= /usr/libexec/${PROG} /usr/libexec/ld.so
|