aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/pigweed
diff options
context:
space:
mode:
authorGravatar Ali Zhang <alizhang@google.com>2021-02-07 14:50:13 -0800
committerGravatar GitHub <noreply@github.com>2021-02-08 09:50:13 +1100
commitadd6b9218347e9841d043b724479fd25d3aa976b (patch)
tree6e40816566a4c0fea6f6629207fa602768f1583a /projects/pigweed
parent2a0efd9c44817fb47ba12d5a81ac36087586b6a3 (diff)
pigweed: Fix build failure (#5132)
Pigweed python env setup now uses the "arm-none-eabi-gcc" toolchain to derive some flags for the newly added clang for ARM toolchain. Bug: https://crbug.com/oss-fuzz/30513
Diffstat (limited to 'projects/pigweed')
-rw-r--r--projects/pigweed/build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/pigweed/build.sh b/projects/pigweed/build.sh
index c3e27280..75ded6fb 100644
--- a/projects/pigweed/build.sh
+++ b/projects/pigweed/build.sh
@@ -37,7 +37,6 @@ python $SRC/filter_cipd.py \
infra/cmake \
fuchsia/third_party/bazel \
pigweed/third_party/bloaty-embedded \
- pigweed/third_party/gcc-arm-none-eabi \
fuchsia/third_party/clang \
infra/go \
pigweed/third_party/protoc-gen-go \