From bddfb866b0a7c70010083c3786ef4285643d4241 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 26 Oct 2005 08:15:03 +0000 Subject: Default changed to IMA compiling, disabled explicitely where currently not possible. Add clean targets for linuxthreads[_db]. --- ldso/libdl/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldso/libdl/Makefile.in') diff --git a/ldso/libdl/Makefile.in b/ldso/libdl/Makefile.in index 24a53422e..1e758e148 100644 --- a/ldso/libdl/Makefile.in +++ b/ldso/libdl/Makefile.in @@ -21,7 +21,7 @@ ifeq ($(TARGET_ARCH),mips) CFLAGS:=$(CFLAGS:-O0=-O1) endif -# useless, only 1 source file +# we need special .oS file created, do not enable this DOMULTI=n LIB_NAME:=libdl @@ -46,7 +46,7 @@ libdl-a-$(HAVE_SHARED):=$(libdl_OBJ) $(resolve) libdl-a-pic-$(HAVE_SHARED):=$(libdl_OBJ:.o=.os) $(resolve:.o=.os) libdl-so-$(HAVE_SHARED):=$(libdl_OBJ:.o=.oS) -# we enable this although no use of multi, else libdl.o gets empty sources +# do not disable this libdl-multi-$(HAVE_SHARED):=$(libdl_SRC) objclean-y+=libdl_clean libdl_extra_clean -- cgit v1.2.3