summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in8
-rw-r--r--config/debug/gdb.in13
-rw-r--r--config/kernel/linux.in29
3 files changed, 34 insertions, 16 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 65ecd94..a60444e 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.01"
+ prompt "linaro-4.9-2015.03"
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_9
@@ -59,7 +59,7 @@ config CC_V_4_9_0
config CC_V_linaro_4_8
bool
- prompt "linaro-4.8-2014.11"
+ prompt "linaro-4.8-2015.02"
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_8
@@ -508,11 +508,11 @@ config CC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "linaro-4.9-2015.01" 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
- default "linaro-4.8-2014.11" if CC_V_linaro_4_8
+ default "linaro-4.8-2015.02" if CC_V_linaro_4_8
default "4.8.4" if CC_V_4_8_4
default "4.8.3" if CC_V_4_8_3
default "4.8.2" if CC_V_4_8_2
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 9ca84f5..e6366fb 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -33,12 +33,23 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config GDB_V_7_9
+ bool
+ prompt "7.9"
+ select GDB_7_2_or_later
+
config GDB_V_linaro_7_8
bool
prompt "linaro-7.8-2014.09"
depends on DEBUG_GDB_SHOW_LINARO
select GDB_7_2_or_later
+config GDB_V_7_8_2
+ bool
+ prompt "7.8.2"
+ select GDB_7_2_or_later
+
+
config GDB_V_7_8_1
bool
prompt "7.8.1"
@@ -174,6 +185,8 @@ config GDB_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "7.9" if GDB_V_7_9
+ default "7.8.2" if GDB_V_7_8_2
default "linaro-7.8-2014.09" if GDB_V_linaro_7_8
default "7.8.1" if GDB_V_7_8_1
default "7.8" if GDB_V_7_8
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index f1a4c9c..20505ca 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,9 +26,13 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_3_19
+ bool
+ prompt "3.19.1"
+
config KERNEL_V_3_18
bool
- prompt "3.18.3"
+ prompt "3.18.9"
config KERNEL_V_3_17
bool
@@ -44,7 +48,7 @@ config KERNEL_V_3_15
config KERNEL_V_3_14
bool
- prompt "3.14.29 (longterm)"
+ prompt "3.14.35 (longterm)"
config KERNEL_V_3_13
bool
@@ -52,7 +56,7 @@ config KERNEL_V_3_13
config KERNEL_V_3_12
bool
- prompt "3.12.36 (longterm)"
+ prompt "3.12.38 (longterm)"
config KERNEL_V_3_11
bool
@@ -60,7 +64,7 @@ config KERNEL_V_3_11
config KERNEL_V_3_10
bool
- prompt "3.10.65 (longterm)"
+ prompt "3.10.71 (longterm)"
config KERNEL_V_3_9
bool
@@ -84,7 +88,7 @@ config KERNEL_V_3_5
config KERNEL_V_3_4
bool
- prompt "3.4.105 (longterm)"
+ prompt "3.4.106 (longterm)"
config KERNEL_V_3_3
bool
@@ -92,7 +96,7 @@ config KERNEL_V_3_3
config KERNEL_V_3_2
bool
- prompt "3.2.66 (longterm)"
+ prompt "3.2.68 (longterm)"
config KERNEL_V_3_1
bool
@@ -191,23 +195,24 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "3.18.3" if KERNEL_V_3_18
+ default "3.19.1" if KERNEL_V_3_19
+ default "3.18.9" if KERNEL_V_3_18
default "3.17.8" if KERNEL_V_3_17
default "3.16.7" if KERNEL_V_3_16
default "3.15.10" if KERNEL_V_3_15
- default "3.14.29" if KERNEL_V_3_14
+ default "3.14.35" if KERNEL_V_3_14
default "3.13.11" if KERNEL_V_3_13
- default "3.12.36" if KERNEL_V_3_12
+ default "3.12.38" if KERNEL_V_3_12
default "3.11.10" if KERNEL_V_3_11
- default "3.10.65" if KERNEL_V_3_10
+ default "3.10.71" if KERNEL_V_3_10
default "3.9.11" if KERNEL_V_3_9
default "3.8.13" if KERNEL_V_3_8
default "3.7.10" if KERNEL_V_3_7
default "3.6.11" if KERNEL_V_3_6
default "3.5.7" if KERNEL_V_3_5
- default "3.4.105" if KERNEL_V_3_4
+ default "3.4.106" if KERNEL_V_3_4
default "3.3.8" if KERNEL_V_3_3
- default "3.2.66" if KERNEL_V_3_2
+ default "3.2.68" if KERNEL_V_3_2
default "3.1.10" if KERNEL_V_3_1
default "3.0.101" if KERNEL_V_3_0
default "2.6.39.4" if KERNEL_V_2_6_39