From 6de07adf6a20dd38ed359239a243199ef00b95ce Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 7 Nov 1993 03:25:25 +0000 Subject: Added -lgcc_pic to LDFLAGS in rtld/Makefile --- 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 ea02608..31283d7 100644 --- a/libexec/rtld-aout/Makefile +++ b/libexec/rtld-aout/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1993/10/27 00:55:24 pk Exp $ +# $Id: Makefile,v 1.1 1993/11/03 23:41:46 paul Exp $ PROG= ld.so SRCS= mdprologue.S rtld.c shlib.c etc.c md.c @@ -8,7 +8,7 @@ LDDIR?= $(.CURDIR)/.. PICFLAG=-fpic CFLAGS += -I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE) -O $(PICFLAG) -DRTLD LDFLAGS = -Bshareable -Bsymbolic -assert nosymbolic -LIBS = -lc_pic +LIBS = -lc_pic -lgcc_pic BINDIR= /usr/libexec .PATH: $(LDDIR) $(LDDIR)/$(MACHINE) -- cgit v1.1