mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
instead of hard coded gcc
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6180 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fe0e368d5c
commit
64d3470541
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@
|
||||||
# The weird grep -v thing in here is due to Apple's stupidities and is needed
|
# 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.
|
# 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" - | \
|
$(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -include "config.h" - | \
|
||||||
grep -v "^\#")
|
grep -v "^\#")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue