commit | 3b413c0324d561e393bf030c9e01ffb75c59dffc | [log] [tgz] |
---|---|---|
author | Roland McGrath <mcgrathr@fuchsia.infra.roller.google.com> | Tue Dec 03 11:23:12 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 03 03:24:38 2024 -0800 |
tree | e70686c6dffb2fd151fdcd11c7bf090ffabd98b8 | |
parent | 05d89672f09455422505b98b8e4c976d210e84c6 [diff] |
[roll] Roll fuchsia [build][elfldltl][ld] Elide unnecessary configs The //build/config/linux:default-pie config was never appropriate for non-executable targets. It wasn't much noticed because for a long time no shared_library() or loadable_module() targets were ever used in the Linux-targetted toolchains. It was actively worked around in a few places. This corrects that by adding it to the set_defaults() list only for executable() targets and not for the other kinds. For ld-stub, the no_cpp_standard_library and nolibc configs were superfluous with using -nostdlib, so no need for them. The implicit-host-libs config needs to be removed there as well. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1167492 Original-Revision: 493d3530a0cdcb7baad51e824d641e0850728935 GitOrigin-RevId: 3bb0e168fc1e4646bd5282f0c249f05c965b434c Change-Id: I18a6ac91d11503c405d732f82aebf7f42a8c8a7f
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.