OSDN Git Service

Add libthread_db and libdl-a objects to objs:
authorPeter S. Mazinger <ps.m@gmx.net>
Tue, 22 Nov 2005 22:48:12 +0000 (22:48 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Tue, 22 Nov 2005 22:48:12 +0000 (22:48 -0000)
Makerules

index 7069250..cbf02ba 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -16,9 +16,9 @@ objs: all_objs
 
 shared_objs =  $(ld-uClibc-so-y) $(libc-so-y) $(libc-nonshared-y) $(libdl-so-y)
 shared_objs += $(libcrypt-so-y) $(libintl-so-y) $(libm-so-y) $(libnsl-so-y) $(libpthread-so-y)
-shared_objs += $(libresolv-so-y) $(librt-so-y) $(libutil-so-y)
-ar_objs =  $(libc-a-y) $(libcrypt-a-y) $(libintl-a-y) $(libm-a-y) $(libnsl-a-y)
-ar_objs += $(libpthread-a-y) $(libresolv-a-y) $(librt-a-y) $(libutil-a-y)
+shared_objs += $(libthread_db-so-y) $(libresolv-so-y) $(librt-so-y) $(libutil-so-y)
+ar_objs =  $(libc-a-y) $(libdl-a-y) $(libcrypt-a-y) $(libintl-a-y) $(libm-a-y) $(libnsl-a-y)
+ar_objs += $(libpthread-a-y) $(libthread_db-a-y) $(libresolv-a-y) $(librt-a-y) $(libutil-a-y)
 ifeq ($(DOPIC),y)
 ar_objs := $(ar_objs:.o=.os)
 endif