[roll] Roll fuchsia [bazel][clang] Fix definition of generate_linkmap feature.

This fixes two issues with this feature definition:

- Use `-Wl,--Map` instead of `-Wl,-Map` for Fuchsia.
  This is a minor point as the linker recognizes both,
  but this aligns with what the GN toolchain does.

- The name of the generated map file missed a .map suffix!

  This created compilation problems when generating
  host Linux executables, as Bazel would complain that no map
  file was generated. The reason for this being that the map
  file overwrote the executable `foo` instead of being written
  with the right name `foo.map` file that Bazel expects.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1164755
Original-Revision: 9bde46f53db7f47c439ee53f62728990b4f6aa29
GitOrigin-RevId: d477c11e807c8e5254088a428a93153612f3bfa9
Change-Id: I2f779a59217131fbab320704edd4fda91d4dfa01
1 file changed
tree: ae7d1639f43cb19ad7d9aa80ffd2f0f4130cc9aa
  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.