mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-31 00:39:57 +00:00
arm-toolchain/gcc-arm-12.2: remove
This recipe is a rebuild from source of the Arm GCC release, with patches from oe-core added to make it work well in our environment. Most people are happy with the GCC in oe-core, and this release is often behind: at the time of writing oe-core has mainline GCC 13.1, but Arm GCC is 12.2. Users who actually want the improvements in Arm GCC will likely want to use the binary toolchain so that they can have support from Arm, and they're welcome to do so via the "external-arm" binary toolchain. Signed-off-by: Ross Burton <ross.burton@arm.com> Acked-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -1,26 +1,11 @@
|
||||
meta-arm-toolchain Yocto Layer
|
||||
==============================
|
||||
|
||||
This layer contains recipes for GNU Arm toolchains which could either be built
|
||||
from source or pre-built toolchain binaries.
|
||||
This layer contains recipes for the prebuilt GNU Arm toolchains.
|
||||
|
||||
Information regarding contributing, reporting bugs, etc can be found in the
|
||||
top-level meta-arm readme file.
|
||||
|
||||
Source Arm toolchain for Linux development
|
||||
------------------------------------------
|
||||
|
||||
Recipes for GNU Arm toolchain built from source are provided under
|
||||
``recipes-devtools/gcc/``. In order to use Arm toolchain instead of OE core
|
||||
toolchain, one just needs to override ``GCCVERSION`` in corresponding distro
|
||||
conf file.
|
||||
|
||||
- Eg. to use GNU Arm toolchain version ``9.2``
|
||||
GCCVERSION = "arm-9.2"
|
||||
|
||||
Pre-built Arm toolchain for Linux development
|
||||
---------------------------------------------
|
||||
|
||||
Recipes for pre-built GNU Arm toolchain for Linux development are provided under
|
||||
``recipes-devtools/external-arm-toolchain/``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user