[roll] Roll fuchsia [rbe] parse -T linker script args

Parse -T and -Wl,T (space optional) as linker script arguments.

-T foo=bar is treated as not-a-script and ignored.

Known Issues:
* If a file name contains '=', it will be skipped.
* '-Tfoo bar' might treat foo like a file, even if it is not.

This is needed for remote linking support for RBE.

Original-Bug: 509665308
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1599829
Original-Revision: 5f22711d3803eba518bff155d6b2c2086daf0445
GitOrigin-RevId: 77b4a5a88339308764597db16b3d6d194cdedb50
Change-Id: Id69dc836d852e0c2573418866b0208516ce4ae32
1 file changed
tree: 4fffec0e942ed3b94aa5c49917f0546e65c7d2c8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.