Added Bazel toolchain configuration for ARM's GNU toolchain. - https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain - GCC 8.3-2019.03 This configuration handles following CPU and build config_settings. - armhf: linux_armhf - aarch64: linux_aarch64 PiperOrigin-RevId: 306351085 Change-Id: I479d52e2243be9f75888ea81c7250e9072825da5
11 lines
308 B
Markdown
11 lines
308 B
Markdown
# ARM GCC toolchains
|
|
|
|
This repository contains Bazel C++ toolchain configurations for ARM GCC.
|
|
The following toolchains are configured:
|
|
|
|
source: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads
|
|
- gcc 8.3
|
|
- glibc 2.28
|
|
|
|
target cpu: aarch64, armhf
|