diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-08 15:03:58 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-08 15:03:58 (EDT) |
commit | 6415d13e09bc23006fe9b47918230b68e6583be5 (patch) | |
tree | 08772cfdd672f0d02fc91bb4410f294798bbd446 | |
parent | 182aa5da4d83b20a55d9f740a9c10deddb2f972b (diff) |
Improve toolchain variables portability note.
-rw-r--r-- | specs/spf-2.0/buildsys.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/specs/spf-2.0/buildsys.mdwn b/specs/spf-2.0/buildsys.mdwn index 711a835..77f1eea 100644 --- a/specs/spf-2.0/buildsys.mdwn +++ b/specs/spf-2.0/buildsys.mdwn @@ -152,9 +152,9 @@ The following environment variables shall be set to describe the toolchain: * `STRIP` -Note that the environment variables assume the use of GNU Binutils and GCC. -Support for other toolchains may be specified in a future version of this source -package format. +Note that this list of environment variables assumes the use of GNU Binutils, +GCC, and the ELF binary format. Support for other toolchains may be specified +in a future version of this source package format. [target-triplets]: https://www.gnu.org/software/autoconf/manual/html_node/Specifying-Target-Triplets.html |