summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2016-10-22 12:11:43 -0500
committerRyan S. Arnold <ryan.arnold@linaro.org>2016-10-22 12:18:34 -0500
commit73c537349b50e268509e3b3db49dcd3690409e9d (patch)
treec6f30ece63baa5f6616c626bb04b971916c0ec3c
parent8de98e1ab6deb6af6029bd2edf4c4098404d6fa8 (diff)
Update important block info for GCC 6 series, but preserve info on GCC 5.
Change-Id: I071f5e5bb7044f8426718ab2b3d0d69f58343591
-rw-r--r--components/toolchain/binaries/README.textile.series17
1 files changed, 15 insertions, 2 deletions
diff --git a/components/toolchain/binaries/README.textile.series b/components/toolchain/binaries/README.textile.series
index 6f6c36f..0442b1d 100644
--- a/components/toolchain/binaries/README.textile.series
+++ b/components/toolchain/binaries/README.textile.series
@@ -19,9 +19,22 @@
{# Information important for the series goes into this block.
It is added right after the release announce in the README. #}
{% block important %}
- {%- call format("para") -%}
+{% if major|int == 6 -%}
+ {%- call format("para") %}
+The GCC 6 Release series has significant changes from the GCC 5 release series. For an explanation of the changes please see the following website:
+ {%- endcall %}
+
+{{ urlind(8,"https://gcc.gnu.org/gcc-6/changes.html") }}
+ {% call format("para") %}
+For help in porting to GCC 6 please see the following explanation:
+ {% endcall %}
+
+{{ urlind(8,"https://gcc.gnu.org/gcc-6/porting_to.html") }}
+{% else -%}
+ {%- call format("para") -%}
Notice: All Linaro GCC {{ major }} series toolchain users should migrate to the latest version of the Linaro GCC {{ major }} toolchain in order to mitigate potential security exposure to CVE-2015-7547. See the NEWS section below for details.
- {%- endcall %}
+ {%- endcall %}
+{% endif -%}
{% endblock %}
{% block gcc_version_block %}