From: Ryan C. Gordon Date: Wed, 19 Aug 2009 03:20:28 +0000 (-0400) Subject: There's really no reason to use ccache with this. X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=f270cabe5fcc214f46026bffcd941c90ed700ed9;p=lugaru.git There's really no reason to use ccache with this. --- diff --git a/makefile b/makefile index b8c6c40..9f3ef96 100644 --- a/makefile +++ b/makefile @@ -17,8 +17,8 @@ LIBVORBISDIR := libvorbis-1.0.1 EXE := $(RUNDIR)/lugaru-bin -CXX := ccache /opt/crosstool/gcc-4.1.2-glibc-2.3.6/i686-unknown-linux-gnu/i686-unknown-linux-gnu/bin/g++ -CC := ccache /opt/crosstool/gcc-4.1.2-glibc-2.3.6/i686-unknown-linux-gnu/i686-unknown-linux-gnu/bin/gcc +CXX := /opt/crosstool/gcc-4.1.2-glibc-2.3.6/i686-unknown-linux-gnu/i686-unknown-linux-gnu/bin/g++ +CC := /opt/crosstool/gcc-4.1.2-glibc-2.3.6/i686-unknown-linux-gnu/i686-unknown-linux-gnu/bin/gcc #CXX := g++ #CC := gcc LD := /opt/crosstool/gcc-4.1.2-glibc-2.3.6/i686-unknown-linux-gnu/i686-unknown-linux-gnu/bin/g++