summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2012-06-11 23:25:53 +0200
committerFrank Gevaerts <frank@gevaerts.be>2012-06-11 23:25:53 +0200
commitbf6abf7b38d2dcf52515e260c4f725a70392f7fd (patch)
tree4f14e258704df372b6a37a1fc423a02f61b5a919
parent20261dd2f618e74cf94765f411e52becc3b39099 (diff)
downloadrockbox-bf6abf7b38d2dcf52515e260c4f725a70392f7fd.tar.gz
rockbox-bf6abf7b38d2dcf52515e260c4f725a70392f7fd.zip
Define GCCNUM properly. Case matters!
Change-Id: I5c7e9879f95f454e2811edfeaaa7cedc395646c1
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 7240f7674d..b01d505c9a 100755
--- a/tools/configure
+++ b/tools/configure
@@ -3840,7 +3840,7 @@ ${Darch_version}
3840#define ${defendian} 1 3840#define ${defendian} 1
3841 3841
3842/* Define the GCC version used for the build */ 3842/* Define the GCC version used for the build */
3843#define GCCNUM ${GCCNUM} 3843#define GCCNUM ${gccnum}
3844 3844
3845/* Define this if you build rockbox to support the logf logging and display */ 3845/* Define this if you build rockbox to support the logf logging and display */
3846${use_logf} 3846${use_logf}