From 9d5bfe0b9467fc6f54f564648edbc9676106d08d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 27 Apr 2001 17:23:26 +0000 Subject: Yet another large update to ld.so. In this iteration I finally got the C based syscalls working, which greatly simplifies what it takes to get new architectures running. -Erik --- ldso/libdl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/libdl/Makefile') diff --git a/ldso/libdl/Makefile b/ldso/libdl/Makefile index ca978231c..39171b2a2 100644 --- a/ldso/libdl/Makefile +++ b/ldso/libdl/Makefile @@ -1,7 +1,7 @@ TOPDIR=../../ include $(TOPDIR)/ld.so-1/Rules.mak -CFLAGS += -DNO_UNDERSCORE -DVERBOSE_DLINKER -DUSE_CACHE +CFLAGS += -DUSE_CACHE CFLAGS += #-fPIC -D__PIC__ #-funroll-loops CSRC= dlib.c -- cgit v1.2.3