aboutsummaryrefslogtreecommitdiffstats
path: root/code/tools
diff options
context:
space:
mode:
Diffstat (limited to 'code/tools')
-rw-r--r--code/tools/lcc/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/code/tools/lcc/Makefile b/code/tools/lcc/Makefile
index 86eec1a..31b7664 100644
--- a/code/tools/lcc/Makefile
+++ b/code/tools/lcc/Makefile
@@ -22,17 +22,8 @@ RMDIR=rmdir
BUILDDIR=build
BD=$(BUILDDIR)/
-ifeq ($(PLATFORM),darwin)
- LCC_CFLAGS += -DMACOS_X=1
-endif
-
-ifndef USE_CCACHE
- USE_CCACHE=0
-endif
-
ifeq ($(USE_CCACHE),1)
CC := ccache $(CC)
- CXX := ccache $(CXX)
endif
ifeq ($(PLATFORM),SunOS)