summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2003-12-14 23:52:57 +0000
committerManuel Novoa III <mjn3@codepoet.org>2003-12-14 23:52:57 +0000
commit32e79c3f294519a7bc1d9ba0c80feeffa49eeb3c (patch)
treeb63e3d6912ba60061157c6d2081d281bf06c0e27 /utils
parent5cebc517751c48c46022b2ee529659307a94d628 (diff)
Link ldconfig with the appropriate libraries.
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 875ec784c..f53f0cdf4 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -53,7 +53,7 @@ ldconfig: ldconfig.c readsoname.c
$(CC) $(CFLAGS) $(XXFLAGS) -Wl,-s -static \
-DUCLIBC_RUNTIME_PREFIX=$(R_PREFIX) \
-DUCLIBC_LDSO=$(UCLIBC_LDSO) -I. -I../ldso/include \
- $^ -o $@ $(LDADD_LIBFLOAT)
+ $^ -o $@ $(LDADD_LIBFLOAT) -L../lib
$(STRIPTOOL) -x -R .note -R .comment $@
ldd: ldd.c