[roll] Roll fuchsia [build] Remove toolchain.cpu variable definition

Replace all uses of toolchain.cpu as defined in global_variables.gni
with the use of the equivalent clang_cpu variable, whose definition
is moved from //build/config/clang/clang.gni to its own file at
//build/config/clang/clang_cpu.gni

The reason for moving the clang_cpu definition is because clang.gni
actually calls exec_script() once or twice, which is costly and
absolutely not needed when defining Musl targets.

Original-Bug: 61980
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/550643
Original-Revision: b721a2ad3f8c27169ba3e66da02e44611ddafeb5
GitOrigin-RevId: 92778425f5683c1e950d1ffe40cc91187f1412f1
Change-Id: Iceb278d1677b77650119d43afc095e9d65d6e513
1 file changed
tree: cae8e204a03bb621d6adf5183aae49b16776295e
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.