Skip to content

Commit

Permalink
toolchains.rst: Update GCC download page link
Browse files Browse the repository at this point in the history
The previously linked page is marked as 
"This page is deprecated". The new page has a
different title: "Arm GNU Toolchain Downloads"

This commit updates both the title and the URL.


Signed-off-by: Sean Gilligan <[email protected]>
Reviewed-by: Jerome Forissier <[email protected]>
Reviewed-by: Joakim Bech <[email protected]>
  • Loading branch information
msgilligan authored and jbech-linaro committed May 28, 2024
1 parent 9841a9f commit 006f74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions building/toolchains.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ under the same path(s).

Direct download
===============
Go the `Arm GCC download page`_ and download the "`AArch32 target with soft
Go the `Arm GNU Toolchain Downloads page`_ and download the "`AArch32 target with soft
float (arm-linux-gnueabi)`" for 32bit builds and the "`AArch64 GNU/Linux target
(aarch64-linux-gnu)`" for 64bit builds. When the downloads have finished, you
will untar them to a location that you later on will export to your ``$PATH``.
Expand Down Expand Up @@ -97,5 +97,5 @@ yourself is hard for the same reason, i.e. no cross-compiled compiler-rt
libraries are generated.


.. _Arm GCC download page: https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads
.. _Arm GNU Toolchain Downloads page: https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
.. _get_clang.sh: https://github.com/OP-TEE/build/blob/master/get_clang.sh

0 comments on commit 006f74d

Please sign in to comment.