From 05a6c98d243af03a8a39d27f294104feade378c1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 15 Aug 2007 12:03:21 +0000 Subject: [PATCH] use the host cc when preprocessing features git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14350 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index 0543416858..cc22591c3f 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -204,7 +204,7 @@ include $(TOOLSDIR)/make.inc # $(OBJDIR)/features: features.txt - $(SILENT)cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \ + $(SILENT)cat $< | $(HOSTCC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \ $(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -imacros "config.h" -imacros "button.h" - | \ grep -v "^\#" | grep -v "^$$" > $@; \ echo "" >/dev/null