summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2017-01-27 21:04:52 +0000
committerRyan S. Arnold <ryan.arnold@linaro.org>2017-01-27 21:09:10 +0000
commit8e732043fb7fc495023642fc846351e45966ec2f (patch)
tree4fef4d74435219623a83c72e50c71ccf30fe73e6
parent73c537349b50e268509e3b3db49dcd3690409e9d (diff)
Updated NEWS header to indicate cumulative entries
Change-Id: I5f7d1800e3a958321438b1ac80de61a7a72e54a7
-rw-r--r--components/toolchain/binaries/README.textile7
1 files changed, 6 insertions, 1 deletions
diff --git a/components/toolchain/binaries/README.textile b/components/toolchain/binaries/README.textile
index 7388a63..ef14bc5 100644
--- a/components/toolchain/binaries/README.textile
+++ b/components/toolchain/binaries/README.textile
@@ -98,7 +98,12 @@ Linaro toolchain package git branches are hosted at:
{{ urlind(8,"http://git.linaro.org/?a=project_list&s=toolchain%2F&btnS=Search") }}
-{% set news_header="NEWS for " + linaro_gcc_version -%}
+{% if major < 5 -%}
+{% set news_header="NEWS for GCC " + major + "." + minor + " (as of " + linaro_gcc_version + ")" -%}
+{% else -%}
+{% set news_header="NEWS for GCC " + major + " (as of " + linaro_gcc_version + ")" -%}
+{% endif -%}
+
{{ header(2, news_header) }}
{# NEWS specific to the release is imported from the NEWS.textile.<version>