summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-11 15:25:38 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-20 21:19:24 +0200
commit50332a530b1b87095f6f3bffb3db2c1b4187fe49 (patch)
treee7798b26d667b1aaf492b87108db0675061dd8bb /Config.in.legacy
parentc464f960047c549141c2f0c2178b9bea4b142133 (diff)
gcc: rename option for ARC gcc
The ARC gcc version is now based on gcc 6.x and no longer gcc 4.8.x, which makes the option BR2_GCC_VERSION_4_8_ARC a bit irrelevant, as is the prompt of this option. This commit therefore renames this option to BR2_GCC_VERSION_ARC, and adjust its prompt as well. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 8957be7cd..59147180c 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,14 @@ endif
###############################################################################
comment "Legacy options removed in 2016.11"
+config BR2_GCC_VERSION_4_8_ARC
+ bool "gcc arc option renamed"
+ select BR2_LEGACY
+ select BR2_GCC_VERSION_ARC
+ help
+ The option that selects the gcc version for the ARC
+ architecture has been renamed to BR2_GCC_VERSION_ARC.
+
config BR2_KERNEL_HEADERS_4_0
bool "kernel headers version 4.0.x are no longer supported"
select BR2_KERNEL_HEADERS_3_18