OSDN Git Service

Change __LIBDL_SHARED__ to SHARED. This will be also used in some other places to...
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 14 Oct 2005 20:42:59 +0000 (20:42 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Fri, 14 Oct 2005 20:42:59 +0000 (20:42 -0000)
ldso/libdl/Makefile

index eeb7e1a..730d95c 100644 (file)
@@ -37,7 +37,7 @@ XXFLAGS+=-D__SUPPORT_LD_DEBUG__
 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!!!