diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2019-10-02 06:41:05 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2019-10-02 06:41:05 +0000 |
commit | 5f38b5362cff958225c6ad9b3d45a56b3d613fbf (patch) | |
tree | ad4fb9f4473caa0fb37c036dbb9c886dfc8950a6 /docs | |
parent | 3bdade5d33d4abc50e6b016343a33030fd67e993 (diff) | |
parent | b48691eda0f414654f94d871febd1035add1d22f (diff) | |
download | platform_external_arm-trusted-firmware-5f38b5362cff958225c6ad9b3d45a56b3d613fbf.tar.gz platform_external_arm-trusted-firmware-5f38b5362cff958225c6ad9b3d45a56b3d613fbf.tar.bz2 platform_external_arm-trusted-firmware-5f38b5362cff958225c6ad9b3d45a56b3d613fbf.zip |
Merge "doc: Fix GCC version to 8.3-2019.03" into integration
Diffstat (limited to 'docs')
-rw-r--r-- | docs/getting_started/user-guide.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/getting_started/user-guide.rst b/docs/getting_started/user-guide.rst index 9c1c3a2e8..6dad31058 100644 --- a/docs/getting_started/user-guide.rst +++ b/docs/getting_started/user-guide.rst @@ -49,9 +49,7 @@ Install the required packages to build TF-A with the following command: sudo apt-get install device-tree-compiler build-essential gcc make git libssl-dev Download and install the AArch32 (arm-eabi) or AArch64 little-endian -(aarch64-linux-gnu) GCC cross compiler. If you would like to use the latest -features available, download GCC 8.3-2019.03 compiler from -`Arm Developer page`_. +(aarch64-linux-gnu) GCC 8.3-2019.03 cross compiler from `Arm Developer page`_. 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. |