summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.version
diff options
context:
space:
mode:
authorRoman Yeryomin <romans.jerjomins@saftehnika.com>2013-07-01 12:58:27 +0300
committerRoman Yeryomin <romans.jerjomins@saftehnika.com>2013-07-01 12:58:27 +0300
commit14bb0fc3ab784df09fa54182334a364a32fbc299 (patch)
tree4b67448a7a059d56ca61ab86ebd35da995496344 /toolchain/gcc/Config.version
parent11a2b0cea097e0038257ae68577baaca063eec4e (diff)
Add gcc 4.5-linaro temporarily back as 4.6-linaro has issues with usb driver.
Signed-off-by: Roman Yeryomin <romans.jerjomins@saftehnika.com>
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r--toolchain/gcc/Config.version5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index 167da7616..7f36ad583 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -20,6 +20,7 @@ config GCC_VERSION
default "4.4.7" if GCC_VERSION_4_4_7
default "4.6.3" if GCC_VERSION_4_6_3
default "4.8.0" if GCC_VERSION_4_8_0
+ default "4.5-linaro" if GCC_VERSION_4_5_LINARO
default "4.6-linaro" if GCC_VERSION_4_6_LINARO
default "4.8-linaro" if GCC_VERSION_4_8_LINARO
default "4.6-linaro"
@@ -28,6 +29,10 @@ config GCC_VERSION_4_4
bool
default y if GCC_VERSION_4_4_7
+config GCC_VERSION_4_5
+ bool
+ default y if GCC_VERSION_4_5_LINARO
+
config GCC_VERSION_4_6
bool
default y if (GCC_VERSION_4_6_3 || GCC_VERSION_4_6_LINARO)