diff options
author | Thorsten Johannvorderbrueggen <thorsten.johannvorderbrueggen@t-online.de> | 2016-08-25 17:17:22 +0200 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-11-17 16:17:22 -0800 |
commit | 18b5382e9c535f7f530fdd3abbe33ef18629a042 (patch) | |
tree | 8991321c11782d4c4bcdb29d84e46f1fcbe9a846 /config/cc | |
parent | f0bb72b741510d1a00ddbc041079f05adc4898e1 (diff) | |
download | crosstool-ng-18b5382e9c535f7f530fdd3abbe33ef18629a042.tar.gz crosstool-ng-18b5382e9c535f7f530fdd3abbe33ef18629a042.tar.bz2 crosstool-ng-18b5382e9c535f7f530fdd3abbe33ef18629a042.zip |
add support for gcc 4.9.4
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 6f6e1a33..691355a0 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -54,15 +54,15 @@ config CC_GCC_SHOW_LINARO help Linaro is maintaining some advanced/more stable/experimental versions of gcc, especially for the ARM architecture. - + Those versions have not been blessed by the gcc comunity (nor have they been cursed either!), but they look to be pretty much stable, and even more stable than the upstream versions. YMMV... - + If you do not know what this Linaro stuff is, then simply say 'n' here, and rest in peace. OTOH, if you know what you are doing, you will be able to use and enjoy :-) the Linaro versions by saying 'y' here. - + Linaro: http://www.linaro.org/ choice @@ -93,9 +93,9 @@ config CC_GCC_V_linaro_4_9 depends on CC_GCC_SHOW_LINARO select CC_GCC_4_9 -config CC_GCC_V_4_9_3 +config CC_GCC_V_4_9_4 bool - prompt "4.9.3" + prompt "4.9.4" select CC_GCC_4_9 config CC_GCC_V_linaro_4_8 @@ -291,7 +291,7 @@ config CC_GCC_VERSION default "5.4.0" if CC_GCC_V_5_4_0 default "linaro-5.2-2015.11-2" if CC_GCC_V_linaro_5_2 default "linaro-4.9-2015.06" if CC_GCC_V_linaro_4_9 - default "4.9.3" if CC_GCC_V_4_9_3 + default "4.9.4" if CC_GCC_V_4_9_4 default "linaro-4.8-2015.06" if CC_GCC_V_linaro_4_8 default "4.8.5" if CC_GCC_V_4_8_5 |