Add Pigweed GCC-ARM toolchains
Updates ARM toolchains and gets both the stm32f429i-disc1 and qemu
targets building again.
Change-Id: Ib0607bc498f8a331c3cde763da5ed3812ba595ba
diff --git a/pw_toolchain/BUILD.gn b/pw_toolchain/BUILD.gn
index 001c986..f74d905 100644
--- a/pw_toolchain/BUILD.gn
+++ b/pw_toolchain/BUILD.gn
@@ -29,7 +29,7 @@
# Generate ARM GCC toolchains
generate_toolchains("arm_gcc_suite") {
- toolchains = arm_gcc_toolchains
+ toolchains = pw_toolchain_arm_gcc_list
}
# Generate Host GCC toolchains