From 64d3470541b76557dac7c6b35b15e821812b6f03 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 10 Mar 2005 08:19:54 +0000 Subject: instead of hard coded gcc git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6180 a1c6a512-1295-4272-9138-f99709370657 --- tools/makesrc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/makesrc.inc b/tools/makesrc.inc index 1499dadc94..78d97f3283 100644 --- a/tools/makesrc.inc +++ b/tools/makesrc.inc @@ -9,6 +9,6 @@ # The weird grep -v thing in here is due to Apple's stupidities and is needed # to make this do right when used on Mac OS X. -SRC := $(shell cat SOURCES | gcc -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \ +SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \ $(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -include "config.h" - | \ grep -v "^\#") -- cgit v1.2.3