summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1993-11-25 01:06:42 +0000
committerjkh <jkh@FreeBSD.org>1993-11-25 01:06:42 +0000
commit5465ba6a252350e2c96e04cb61af6d77a3d8d66e (patch)
treebda5da6295ce3edd2a8c5bf990b3aa8244b9c3a2 /libexec
parent73fadfbf72cc9241a9ebbf3321e76b624e7dffdc (diff)
downloadFreeBSD-src-5465ba6a252350e2c96e04cb61af6d77a3d8d66e.zip
FreeBSD-src-5465ba6a252350e2c96e04cb61af6d77a3d8d66e.tar.gz
Added -lgcc_pic back again.
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 a107bff..7fb70ea 100644
--- a/libexec/rtld-aout/Makefile
+++ b/libexec/rtld-aout/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1993/11/09 04:44:29 paul Exp $
+# $Id: Makefile,v 1.5 1993/11/22 19:05:26 jkh 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)
OpenPOWER on IntegriCloud