[roll] Roll fuchsia [build] Use -static-libgcc with static_cpp_standard_library

In the past, static unwinder was a part of libc++.a so it would be
linked when passing -static-libstdc++. We now ship a standalone
libunwind.a and will soon stop packaging the unwinder in libc++.a
so we need to set -static-libgcc to preserve the current behavior.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/698206
Original-Revision: 775f5d2bfa55d10cc39ea2c72b4f6cda06d6019b
GitOrigin-RevId: 6ed096fa2808f99aa72b5a0a4bf14098be906ed7
Change-Id: Ia9298b337c37b9667a302b052f9186cc8a38536e
1 file changed
tree: 975440789d3fa27adcfc09ebf100269fc3cf9159
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.