Define GCCNUM properly. Case matters!
Change-Id: I5c7e9879f95f454e2811edfeaaa7cedc395646c1
This commit is contained in:
parent
20261dd2f6
commit
bf6abf7b38
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -3840,7 +3840,7 @@ ${Darch_version}
|
|||
#define ${defendian} 1
|
||||
|
||||
/* 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 */
|
||||
${use_logf}
|
||||
|
|
Loading…
Reference in a new issue