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:
parent
3c47d94668
commit
4dd44bffb0
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# We use the UCL code available in the Rockbox tools/ directory
|
# We use the UCL code available in the Rockbox tools/ directory
|
||||||
CFLAGS=-I../../tools/ucl/include -Wall
|
CFLAGS=-I../../tools/ucl/include -Wall
|
||||||
LIBUCL=../../tools/ucl/src/libucl.a
|
LIBUCL=../../tools/ucl/src/libucl.a
|
||||||
|
CC = gcc
|
||||||
|
|
||||||
#change for releases
|
#change for releases
|
||||||
APPVERSION=`../../tools/version.sh`
|
APPVERSION=`../../tools/version.sh`
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
CFLAGS = -I../include
|
CFLAGS = -I../include
|
||||||
|
CC = gcc
|
||||||
|
|
||||||
ifndef V
|
ifndef V
|
||||||
SILENT = @
|
SILENT = @
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue