[roll] Roll fuchsia [build] Enable linker gc for Rust targets

This patch adds the necessary compiler and linker flags
to enable linker gc for Rust targets. There are some
symbols that are undefined in unused functions, and this
patch lets the compiler and linker to be able remove the
unused functions and avoid the undefined symbol error in
the linker.

Original-Bug: 402443020, 390250858
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1226604
Original-Revision: 27432643e8e971905cc992fe8dc8465b9e953127
GitOrigin-RevId: 0559dcb9f93c40c7e5599b690cf72ae49d3f6e4f
Change-Id: I82a59cb0a5fdb2ac1062425dcf2fa313b8825bc9
1 file changed
tree: 314be0e9d73bf2809420976a2212d20861f3c270
  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.