[PATCH] remove duplicate interp from lib-so-y
Bernhard Fischer
rep.dot.nop at gmail.com
Tue Jun 10 11:46:20 PDT 2008
[I've already sent this some time ago and got no response]
Hi,
LD libuClibc-0.9.29.so
./lib/interp.os:(.interp+0x0): multiple definition of `__dl_ldso__'
lib/interp.os:(.interp+0x0): first defined here
- interp comes in via LIBs, remove erroneous duplicate prerequisite.
I will apply this patch in a week from now unless somebody objects.
thanks,
Index: Makerules
===================================================================
--- Makerules (revision 22286)
+++ Makerules (working copy)
@@ -9,7 +9,7 @@ PHONY := FORCE
ifeq ($(HAVE_SHARED),y)
.LIBPATTERNS: "lib%.so"
libs: $(lib-so-y) $(lib-a-y)
-$(lib-so-y): $(interp)
+$(lib-so-y):
else
.LIBPATTERNS: "lib%.a"
ifeq ($(UCLIBC_FORMAT_SHARED_FLAT),y)
More information about the uClibc
mailing list