From 14bb0fc3ab784df09fa54182334a364a32fbc299 Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Mon, 1 Jul 2013 12:58:27 +0300 Subject: Add gcc 4.5-linaro temporarily back as 4.6-linaro has issues with usb driver. Signed-off-by: Roman Yeryomin --- toolchain/gcc/Config.version | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'toolchain/gcc/Config.version') 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) -- cgit v1.2.3