diff options
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index c008395d7c..7d860683cf 100755 --- a/tools/configure +++ b/tools/configure | |||
@@ -3840,6 +3840,9 @@ ${Darch_version} | |||
3840 | /* Define endianess for the target or simulator platform */ | 3840 | /* Define endianess for the target or simulator platform */ |
3841 | #define ${defendian} 1 | 3841 | #define ${defendian} 1 |
3842 | 3842 | ||
3843 | /* Define the GCC version used for the build */ | ||
3844 | #define GCCNUM ${GCCNUM} | ||
3845 | |||
3843 | /* Define this if you build rockbox to support the logf logging and display */ | 3846 | /* Define this if you build rockbox to support the logf logging and display */ |
3844 | ${use_logf} | 3847 | ${use_logf} |
3845 | 3848 | ||