summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-11-07 15:58:15 +0100
committerYvan Roux <yvan.roux@linaro.org>2017-11-07 15:58:15 +0100
commite48da5e0b8910f1c9424de8c597d84be3a970a14 (patch)
tree34a1031dde162c6ea69ab63d3dcea6dfea4f0010
parent7578f2ff158920546d7bd6c2eb227743a1a1c5f1 (diff)
Python3 switch: Fix str/int comparison.HEADmaster
-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 + ")" -%}