svn commit: trunk/uClibc/ldso/libdl

psm at uclibc.org psm at uclibc.org
Fri Oct 14 20:43:01 UTC 2005


Author: psm
Date: 2005-10-14 13:42:59 -0700 (Fri, 14 Oct 2005)
New Revision: 11863

Log:
Change __LIBDL_SHARED__ to SHARED. This will be also used in some other places to get an object built for lib*.so but not for lib*.a.

Modified:
   trunk/uClibc/ldso/libdl/Makefile


Changeset:
Modified: trunk/uClibc/ldso/libdl/Makefile
===================================================================
--- trunk/uClibc/ldso/libdl/Makefile	2005-10-14 19:41:23 UTC (rev 11862)
+++ trunk/uClibc/ldso/libdl/Makefile	2005-10-14 20:42:59 UTC (rev 11863)
@@ -37,7 +37,7 @@
 endif
 XXFLAGS_NOPIC:=$(XXFLAGS)
 ifeq ($(DOPIC),y)
-    XXFLAGS += $(PICFLAG) -D__LIBDL_SHARED__
+    XXFLAGS += $(PICFLAG) -DSHARED
 endif
 
 # BEWARE!!! At least mips* will die if -O0 is used!!!




More information about the uClibc-cvs mailing list