From 9e9e263e9974a6e31c059ac58d03cce73d12412d Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 14 Oct 2005 20:42:59 +0000 Subject: 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. --- ldso/libdl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso') diff --git a/ldso/libdl/Makefile b/ldso/libdl/Makefile index eeb7e1a5c..730d95c23 100644 --- a/ldso/libdl/Makefile +++ b/ldso/libdl/Makefile @@ -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!!! -- cgit v1.2.3