summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-03-10 23:19:54 +0000
committerats <ats@FreeBSD.org>1994-03-10 23:19:54 +0000
commitcc04fd6ad5dcc912d19e2422142eb7ba973e88da (patch)
tree1eb389c132cb2d78932aace89e7fa2df49a9885d /libexec
parent950f869b2715ccdd01bd994cb0429a13c041a70c (diff)
downloadFreeBSD-src-cc04fd6ad5dcc912d19e2422142eb7ba973e88da.zip
FreeBSD-src-cc04fd6ad5dcc912d19e2422142eb7ba973e88da.tar.gz
Due to the deletion of the gcc support from libc we need again the
-lgcc_pic library. rtld uses the udivd3 routine from it. Repeat the bug by simply compiling ld on current.
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 0fbf2b2..d0884e2 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
OpenPOWER on IntegriCloud