roll: pigweed pw_toolchain_bazel: Add missing dep in Arm GCC

This is required for the toolchain to work correctly in remote
execution. Otherwise, you get errors like
https://btx.cloud.google.com/invocations/65a25799-ce1b-4c45-babe-8feef139aae0/targets

Original-Bug: 312215590
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236452
Original-Revision: f27cc845c43fe31a8f1f72225c7792bf02e0fcf7

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: ed299e5334927e..f27cc845c43fe3
Roller-URL: https://ci.chromium.org/b/8736515615785649825
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I7e432fe4822520de96fc7575c9eca1c3c3615a33
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/236479
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 4d8b8d2..d454049 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-09-17.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8736516030501910385.
-    commit = "ed299e5334927edfb29e500cd4494670f17ab0cb",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8736515615785649825.
+    commit = "f27cc845c43fe31a8f1f72225c7792bf02e0fcf7",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -58,8 +58,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-09-17.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8736516030501910385.
-    commit = "ed299e5334927edfb29e500cd4494670f17ab0cb",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8736515615785649825.
+    commit = "f27cc845c43fe31a8f1f72225c7792bf02e0fcf7",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )