summaryrefslogtreecommitdiff
path: root/ldso/ldso/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-17 01:19:15 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-17 01:19:15 +0000
commit1c3d156a919cfb234753a392ae84b4e302f36b03 (patch)
treee8f316155fe00bb3c82f8dd2eb3ef81ab45700bb /ldso/ldso/Makefile
parente550d5a49553ce47f5cf28a1b3ddd10992bb9423 (diff)
Oops. USE_CACHE was disabled and didn't compile when enabled
since I'd forgotten a one liner... -Erik
Diffstat (limited to 'ldso/ldso/Makefile')
-rw-r--r--ldso/ldso/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile
index a10087189..ab5d09ebc 100644
--- a/ldso/ldso/Makefile
+++ b/ldso/ldso/Makefile
@@ -24,7 +24,7 @@
TOPDIR=../../
include $(TOPDIR)Rules.mak
-TARGET_CFLAGS += #-DDL_DEBUG #-funroll-loops
+TARGET_CFLAGS += -DUSE_CACHE #-DDL_DEBUG #-funroll-loops