aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1994-03-10 23:19:54 +0000
committerAndreas Schulz <ats@FreeBSD.org>1994-03-10 23:19:54 +0000
commit3507018b5bdaf6be9f42dc10aa54dad76d49ca9b (patch)
tree1eb389c132cb2d78932aace89e7fa2df49a9885d /libexec
parent2109bd5c869bb6b0682e3ea30c83c28b0df619e9 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-aout/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile
index 0fbf2b2006bcb..d0884e2272f13 100644
--- a/libexec/rtld-aout/Makefile
+++ b/libexec/rtld-aout/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 1994/01/28 21:01:20 pk Exp $
+# $Id: Makefile,v 1.9 1994/02/13 20:42:48 jkh Exp $
PROG= ld.so
SRCS= mdprologue.S rtld.c malloc.c shlib.c etc.c md.c
@@ -9,7 +9,7 @@ PICFLAG=-fpic
CFLAGS+=-I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE) $(PICFLAG) -DRTLD
LDFLAGS+=-Bshareable -Bsymbolic -assert nosymbolic
ASFLAGS+=-k
-LDADD+= -lc_pic
+LDADD+= -lc_pic -lgcc_pic
BINDIR= /usr/libexec
.SUFFIXES: .S