From 862fef6971ef660a985c790e3643187e5ecb855d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 14 Jun 2001 21:37:48 +0000 Subject: Yet more ldso cleanups. Be more discriminating about when using inlines and when using real functions. Make things be more portable by providing a default C routine to locate the got. -Erik --- ldso/libdl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldso/libdl/Makefile') diff --git a/ldso/libdl/Makefile b/ldso/libdl/Makefile index 7d5f27d29..f52027250 100644 --- a/ldso/libdl/Makefile +++ b/ldso/libdl/Makefile @@ -22,7 +22,7 @@ TOPDIR=../../ -include $(TOPDIR)/ldso/Rules.mak +include $(TOPDIR)Rules.mak LIBDL=libdl.a LIBDL_SHARED=libdl.so @@ -32,7 +32,7 @@ TARGET_CC= $(TOPDIR)extra/gcc-uClibc/$(TARGET_ARCH)-uclibc-gcc CSRC= dlib.c OBJS=$(patsubst %.c,%.o, $(CSRC)) -CFLAGS += -DUSE_CACHE #-fPIC -D__PIC__ #-funroll-loops +CFLAGS += --uclibc-use-build-dir -DUSE_CACHE #-fPIC -D__PIC__ #-funroll-loops all: $(OBJS) $(LIBDL) shared -- cgit v1.2.3