[roll] Roll fuchsia [build] Silence build warnings

Previously, `linux_x64/default_init` would generate a warning about
-unwindlib=libunwind and -rtlib=compiler-rt arguments being unused. This
CL makes the definitions here match the definitions in
//build/config/linux:clang_defaults and not emit a warning when these
arguments are unused.

Test: `fx build linux_x64/default_init` and check whether the build
produces any warnings.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1132794
Original-Revision: 2c4c625d221ae7596d0d40cb0dc18e72ce9431df
GitOrigin-RevId: ed46b330982d97c2b309c9c3cb2768484f6ef555
Change-Id: I9eae444b949436845db289e18427482c0b1b2f57
1 file changed
tree: 58aadee2a64908e1b8a802a66c4f32dbc96bb8c2
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.