[roll] Roll fuchsia [rbe][gcc] fix gcc tools path

gcc sets up a COMPILER_PATH based on some non-normalized paths
including lib/gcc.  Even when no files from that directory are needed
by the compiler (driver), that directory still needs to exist remotely
for the remote gcc to work correctly.

Original-Bug: 109078
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/845077
Original-Revision: 6a752abdd9c057c8a4d44ad3f14b67a3007f31fd
GitOrigin-RevId: b976c59b339806dff9948779a84f6999db8e011e
Change-Id: I61b2222983899732e213b81ae8d57ce8d605b50e
1 file changed
tree: 15f4425f4c28e92c9ac5c1e4ae7f21b78ead5a82
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.