summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/ld/rtld/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/ld/rtld/Makefile b/gnu/usr.bin/ld/rtld/Makefile
index 9d527e67b41..6615172747e 100644
--- a/gnu/usr.bin/ld/rtld/Makefile
+++ b/gnu/usr.bin/ld/rtld/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2002/05/11 00:20:18 espie Exp $
+# $OpenBSD: Makefile,v 1.8 2002/12/12 09:54:46 markus Exp $
# $NetBSD: Makefile,v 1.11 1995/10/09 00:11:24 pk Exp $
PROG= ld.so
@@ -6,6 +6,7 @@ SRCS= mdprologue.S rtld.c malloc.c shlib.c etc.c md.c vfprintf.c
#NOMAN= noman
MAN= ld.so.1
LDDIR?= $(.CURDIR)/..
+LIBCRT0=
#PICFLAG=-pic
# As there is relocation going on behind GCC's back, don't cache function addresses.
PICFLAG=-fpic -fno-function-cse