summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/toolchain/binaries/README.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/toolchain/binaries/README.textile b/components/toolchain/binaries/README.textile
index 79b15b8..1e7fe13 100644
--- a/components/toolchain/binaries/README.textile
+++ b/components/toolchain/binaries/README.textile
@@ -101,7 +101,7 @@ Linaro toolchain package git branches are hosted at:
{{ urlind(8, "http://git.linaro.org/toolchain") }}
-{% if major < 5 -%}
+{% if major|int < 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 + ")" -%}