diff options
author | Roberto Vargas <roberto.vargas@arm.com> | 2018-04-16 15:43:26 +0100 |
---|---|---|
committer | Roberto Vargas <roberto.vargas@arm.com> | 2018-07-11 09:20:59 +0100 |
commit | 00b7db30383276e3502d8b52a909c61698f31d6d (patch) | |
tree | 74fa9f19945f61d8cfa9b1a913319f376795db28 /docs | |
parent | b6c07bbb2ed520f0b51775adb5d22b294d6971eb (diff) | |
download | platform_external_arm-trusted-firmware-00b7db30383276e3502d8b52a909c61698f31d6d.tar.gz platform_external_arm-trusted-firmware-00b7db30383276e3502d8b52a909c61698f31d6d.tar.bz2 platform_external_arm-trusted-firmware-00b7db30383276e3502d8b52a909c61698f31d6d.zip |
Add documentation about clang version supported
The user guide didn't contain any information about the
requirements of the clang version needed by TF, which is
at least 4.0.
Change-Id: I1ea120aca0fb2c0950fbeaf6978c654ec277afde
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user-guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 68a74edd5..f85b92341 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -62,8 +62,8 @@ given Linaro Release. Also, these `Linaro instructions`_ provide further guidance and a script, which can be used to download Linaro deliverables automatically. -Optionally, TF-A can be built using clang or Arm Compiler 6. -See instructions below on how to switch the default compiler. +Optionally, TF-A can be built using clang version 4.0 or newer or Arm +Compiler 6. See instructions below on how to switch the default compiler. In addition, the following optional packages and tools may be needed: |