diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-27 17:23:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-27 17:23:26 +0000 |
commit | 9d5bfe0b9467fc6f54f564648edbc9676106d08d (patch) | |
tree | 135e8ecc10701fe8b0fe7f441f0171ac59961ab8 /ldso/libdl | |
parent | 8802da12759ac0cc4fefb09c02522857a3fc961d (diff) |
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
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 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 |