1
0
Fork 0
forked from len0rd/rockbox

Define GCCNUM properly. Case matters!

Change-Id: I5c7e9879f95f454e2811edfeaaa7cedc395646c1
This commit is contained in:
Frank Gevaerts 2012-06-11 23:25:53 +02:00
parent 20261dd2f6
commit bf6abf7b38

2
tools/configure vendored
View file

@ -3840,7 +3840,7 @@ ${Darch_version}
#define ${defendian} 1 #define ${defendian} 1
/* Define the GCC version used for the build */ /* Define the GCC version used for the build */
#define GCCNUM ${GCCNUM} #define GCCNUM ${gccnum}
/* Define this if you build rockbox to support the logf logging and display */ /* Define this if you build rockbox to support the logf logging and display */
${use_logf} ${use_logf}