diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-07-20 15:24:16 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-07-20 15:24:16 -0700 |
commit | 44a974c399ba7922f6542fa632b227d2ef730143 (patch) | |
tree | dc0e1f5aae9631116d5e31e7a9d0d2769d7e3994 /config | |
parent | fee04e40750bd9134e1f18264ba8202d2c693025 (diff) | |
parent | 646cb0140d6b4ee1c5960d1f1134be72b35327cc (diff) | |
download | crosstool-ng-44a974c399ba7922f6542fa632b227d2ef730143.tar.gz crosstool-ng-44a974c399ba7922f6542fa632b227d2ef730143.tar.bz2 crosstool-ng-44a974c399ba7922f6542fa632b227d2ef730143.zip |
Merge pull request #130 from Christopher83/master
Update to Linaro GCC 4.9-2015.06 and GCC 4.8-2015.06 and update kernel versions
Diffstat (limited to 'config')
-rw-r--r-- | config/cc/gcc.in | 8 | ||||
-rw-r--r-- | config/kernel/linux.in | 20 |
2 files changed, 14 insertions, 14 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 3010b1ef..835b7e22 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -49,7 +49,7 @@ config CC_GCC_V_5_1_0 config CC_GCC_V_linaro_4_9 bool - prompt "linaro-4.9-2015.03" + prompt "linaro-4.9-2015.06" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_9 @@ -75,7 +75,7 @@ config CC_GCC_V_4_9_0 config CC_GCC_V_linaro_4_8 bool - prompt "linaro-4.8-2015.02" + prompt "linaro-4.8-2015.06" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_8 @@ -566,12 +566,12 @@ config CC_GCC_VERSION # CT_INSERT_VERSION_STRING_BELOW default "5.2.0" if CC_GCC_V_5_2_0 default "5.1.0" if CC_GCC_V_5_1_0 - default "linaro-4.9-2015.03" if CC_GCC_V_linaro_4_9 + 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.2" if CC_GCC_V_4_9_2 default "4.9.1" if CC_GCC_V_4_9_1 default "4.9.0" if CC_GCC_V_4_9_0 - default "linaro-4.8-2015.02" if CC_GCC_V_linaro_4_8 + default "linaro-4.8-2015.06" if CC_GCC_V_linaro_4_8 default "4.8.5" if CC_GCC_V_4_8_5 default "4.8.4" if CC_GCC_V_4_8_4 default "4.8.3" if CC_GCC_V_4_8_3 diff --git a/config/kernel/linux.in b/config/kernel/linux.in index eacc65e9..082fcdb9 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -29,19 +29,19 @@ choice config KERNEL_V_4_1 bool - prompt "4.1 (mainline)" + prompt "4.1.2 (stable)" config KERNEL_V_4_0 bool - prompt "4.0.6 (stable)" + prompt "4.0.8 (stable)" config KERNEL_V_3_18 bool - prompt "3.18.16" + prompt "3.18.18" config KERNEL_V_3_14 bool - prompt "3.14.45" + prompt "3.14.48" config KERNEL_V_3_12 bool @@ -49,7 +49,7 @@ config KERNEL_V_3_12 config KERNEL_V_3_10 bool - prompt "3.10.81" + prompt "3.10.84" config KERNEL_V_3_4 bool @@ -84,12 +84,12 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "4.1" if KERNEL_V_4_1 - default "4.0.6" if KERNEL_V_4_0 - default "3.18.16" if KERNEL_V_3_18 - default "3.14.45" if KERNEL_V_3_14 + default "4.1.2" if KERNEL_V_4_1 + default "4.0.8" if KERNEL_V_4_0 + default "3.18.18" if KERNEL_V_3_18 + default "3.14.48" if KERNEL_V_3_14 default "3.12.44" if KERNEL_V_3_12 - default "3.10.81" if KERNEL_V_3_10 + default "3.10.84" if KERNEL_V_3_10 default "3.4.108" if KERNEL_V_3_4 default "3.2.69" if KERNEL_V_3_2 default "2.6.32.67" if KERNEL_V_2_6_32 |