diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-14 20:42:59 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-14 20:42:59 +0000 |
commit | 9e9e263e9974a6e31c059ac58d03cce73d12412d (patch) | |
tree | f0b0d5f6d3638edf1c76dbc7ef46b55a2e1c7689 /ldso/libdl | |
parent | a5caac62d687d701d3e807696fd8cf7963b1ce27 (diff) |
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.
Diffstat (limited to 'ldso/libdl')
-rw-r--r-- | ldso/libdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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!!! |