diff options
author | Cody P Schafer <dev@codyps.com> | 2014-07-18 23:21:22 -0400 |
---|---|---|
committer | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-07-19 12:18:21 +0200 |
commit | d0c8506e6737a8de50157ceb856aab5640f3054b (patch) | |
tree | 6e46b185347a704beec6e813dbd22f9bb94a565b | |
parent | 975d24cb356913e7f4a79931a3c8dd7b655f3027 (diff) | |
download | crosstool-ng-d0c8506e6737a8de50157ceb856aab5640f3054b.tar.gz crosstool-ng-d0c8506e6737a8de50157ceb856aab5640f3054b.tar.bz2 crosstool-ng-d0c8506e6737a8de50157ceb856aab5640f3054b.zip |
cc/gcc: add 4.9.1
Signed-off-by: Cody P Schafer <dev@codyps.com>
-rw-r--r-- | config/cc/gcc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 33d5675f..7e2250fc 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -36,6 +36,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config CC_V_4_9_1 + bool + prompt "4.9.1" + select CC_GCC_4_9 + config CC_V_4_9_0 bool prompt "4.9.0" @@ -481,6 +486,7 @@ config CC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "4.9.1" if CC_V_4_9_1 default "4.9.0" if CC_V_4_9_0 default "linaro-4.8-2014.01" if CC_V_linaro_4_8 default "4.8.3" if CC_V_4_8_3 |