1
0
Fork 0
forked from len0rd/rockbox

Explicitly set CC to prevent make trying to use cc instead. Fixes build issues on w32.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22623 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2009-09-04 19:54:18 +00:00
parent 3c47d94668
commit 4dd44bffb0
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# We use the UCL code available in the Rockbox tools/ directory
CFLAGS=-I../../tools/ucl/include -Wall
LIBUCL=../../tools/ucl/src/libucl.a
CC = gcc
#change for releases
APPVERSION=`../../tools/version.sh`

View file

@ -7,6 +7,7 @@
# $Id$
#
CFLAGS = -I../include
CC = gcc
ifndef V
SILENT = @