summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2015-10-02 00:00:43 -0500
committerRyan S. Arnold <ryan.arnold@linaro.org>2015-10-02 00:00:43 -0500
commitff2519bbc616f92eccd439775e4fad5c73517cea (patch)
tree208b8fe10d3655186e9ad16119605fc8f3acaab6
parentba35fb00abf5e790d02e854ccb4dafff67e1dcc5 (diff)
Add {% if announce == "" %} blocks to include/exclude information in the announce message.
-rw-r--r--components/toolchain/binaries/README.textile15
1 files changed, 14 insertions, 1 deletions
diff --git a/components/toolchain/binaries/README.textile b/components/toolchain/binaries/README.textile
index 3fb8042..9aa3ec4 100644
--- a/components/toolchain/binaries/README.textile
+++ b/components/toolchain/binaries/README.textile
@@ -1,9 +1,20 @@
+{% if announce == "" -%}
h1. Linaro *{{ stab_maint }}* Binary Toolchain {{ snap_rc_release }} GCC {{ major }}.{{ minor }}-{{ year }}.{{ dd_month }}{% if spin != "" -%}-{{ spin }}{% endif -%}{% if rc != "" -%}-rc{{ rc }}{% endif %}
+{% endif -%}
+
p. The Linaro Toolchain Working Group is pleased to announce the availability of the Linaro *{{ stab_maint }}* Binary Toolchain {{ snap_rc_release }} GCC {{ major }}.{{ minor }}-{{ year }}.{{ dd_month }}{% if spin != "" -%}-{{ spin }}{% endif -%}{% if rc != "" -%}-rc{{ rc }}{% endif %} Archives.
p. These archives provide cross-toolchain executables (compiler, debugger, linker, etc.) and shared libraries (libstdc++, libc, etc.) that target ARM or Aarch64 GNU/Linux and bare-metal environments. The cross-toolchain binaries execute on a Linux or MS Windows (under mingw32) host operating-system.
+{% if announce == "yes" -%}
+ Please evaluate this release-candidate for correctness. Linaro will shortly spin the Linaro GCC {{ major }}.{{ minor }}-{{ year }}.{{ dd_month }}{% if spin != "" -%}-{{ spin }}{% endif %} release if this release-candidate passes stakeholder validation.
+
+
+ For bugs related to this release-candidate please email linaro-toolchain@lists.linaro.org or file a bug at http://https://bugs.linaro.org/enter_bug.cgi?product=Linux%20Binary%20toolchain
+{% endif -%}
+{% if announce == "" -%}
+
p. Beginning with the Linaro 4.9-2014.11 release, Linaro has changed the layout and structure of its prebuilt toolchain binary release archives. The Linaro 4.9-2014.11 release is the first release built with "ABE":https://git.linaro.org/toolchain/abe.git. ABE provides a maintainable and flexible toolchain building, benchmarking, validation, and release framework. For further details on ABE, please visit https://wiki.linaro.org/ABE.
p. The folders above describe the ARM and Aarch64 target triplets, i.e., the system on which you want your programs/applications to run. For more details on triplets, please click "here":https://wiki.linaro.org/WorkingGroups/ToolChain/FAQ#What_is_the_differences_between_.2BIBw-arm-none-eabi-.2BIB0_and_.2BIBw-arm-linux-gnueabihf.2BIB0.3F_Can_I_use_.2BIBw-arm-linux-gnueabihf.2BIB0_tool_chain_in_bare-metal_environment.3F_How_do_you_know_which_toolchain_binary_to_use_where.3F.
@@ -105,7 +116,7 @@ p. _Toolchains for big-endian, soft-float, 32-bit ARMv7 (and earlier) for bare-m
** Linux 64-bit binaries for the ARMv7 bare-metal Big Endian cross-toolchain
* @gcc-linaro-*i686-mingw32_armeb-eabi.tar.xz@
** Windows 32-bit binaries for the ARMv7 bare-metal Big Endian cross-toolchain
-
+{% endif -%}
h2. NEWS
h3. 2015.08-rc2
@@ -134,6 +145,7 @@ h3. 2015.08-rc1
** slibdir=usr/lib/ (static libraries)
** rtlddir=lib/ (dynamic linker)
+{% if announce == "" -%}
h2. NOTES
* The toolchain component source {{ snap_rc_release|lower }} archives for the individual components are at [{{ source_archive_url }}]. Select the component (e.g. gcc, glibc, binutils, gdb) as necessary.
@@ -163,3 +175,4 @@ Subscribe to the important Linaro mailing lists and join our IRC channels to sta
* Questions? "ask Linaro":http://ask.linaro.org/.
* Interested in commercial support? inquire at "Linaro support":mailto:support@linaro.org
+{% endif %}