diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-08-27 22:05:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-08-27 22:05:02 +0000 |
commit | e8ace5385d08547f29e37b66924b8ceaddf4caea (patch) | |
tree | 83445bdcc2e57a1ddd62dc913443196632490efe /libexec/ld.so/Makefile | |
parent | 7f5398b1f45a6105b16eeb5672676e0ada0e6d37 (diff) |
hppa & sh use support functions from libgcc. Rather than linking against
the library, extract the specific pieces and link them directly.
ok kettenis visa
Diffstat (limited to 'libexec/ld.so/Makefile')
-rw-r--r-- | libexec/ld.so/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/Makefile b/libexec/ld.so/Makefile index 080aea92a70..dcb295fc02e 100644 --- a/libexec/ld.so/Makefile +++ b/libexec/ld.so/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.65 2017/08/27 21:59:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.66 2017/08/27 22:04:47 deraadt Exp $ SUBDIR=ldconfig ldd MAN= ld.so.1 @@ -63,7 +63,7 @@ $(test_prog): $(CC) -x c - -Wl,-dynamic-linker,${.OBJDIR}/$(candidate) -o $@ $(PROG): $(test_prog) ${VERSION_SCRIPT} - $(LD) ${DEBUG} -x -e _dl_start $(ELF_LDFLAGS) -o $(candidate) $(OBJS) $(LDADD) + $(LD) ${DEBUG} -x -e _dl_start $(ELF_LDFLAGS) -o $(candidate) $(OBJS) .ifndef CROSSDIR ulimit -c 0; [ "`${.OBJDIR}/$(test_prog) ok`" = "${.OBJDIR}/$(test_prog): ok!" ] .endif |