diff options
-rw-r--r-- | config/cc/gcc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index d639cdd4..a60444e4 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -38,7 +38,7 @@ choice config CC_V_linaro_4_9 bool - prompt "linaro-4.9-2015.02" + prompt "linaro-4.9-2015.03" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_9 @@ -508,7 +508,7 @@ config CC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "linaro-4.9-2015.02" if CC_V_linaro_4_9 + default "linaro-4.9-2015.03" if CC_V_linaro_4_9 default "4.9.2" if CC_V_4_9_2 default "4.9.1" if CC_V_4_9_1 default "4.9.0" if CC_V_4_9_0 |