From cc04fd6ad5dcc912d19e2422142eb7ba973e88da Mon Sep 17 00:00:00 2001 From: ats Date: Thu, 10 Mar 1994 23:19:54 +0000 Subject: 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. --- libexec/rtld-aout/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec') 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 -- cgit v1.1