diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-11-25 01:06:42 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-11-25 01:06:42 +0000 |
commit | 0f81714b346ecbc9651220ce3465d5dc75b38875 (patch) | |
tree | bda5da6295ce3edd2a8c5bf990b3aa8244b9c3a2 /libexec | |
parent | 65f9ff3f2fe926e375d8232774f1dff14c8d65bc (diff) | |
download | src-0f81714b346ecbc9651220ce3465d5dc75b38875.tar.gz src-0f81714b346ecbc9651220ce3465d5dc75b38875.zip |
Added -lgcc_pic back again.
Notes
Notes:
svn path=/head/; revision=797
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rtld-aout/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile index a107bff9c5ae..7fb70eaaf94c 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) |