-
Rename version scripts to linker scripts. · e75d3348Nicolas Capens authored
Blaze (Bazel) requires linker dependencies to have a .ld, .lds, or .ldscript extension. Note that version scripts are just the contents of the VERSION command in (true) linker scripts. However, the gold linker used by Android does not support implicit linker scripts (which amend the default linker script), nor the INSERT command. Therefore these linker scripts are still actually just version scripts. https://sourceware.org/binutils/docs/ld/VERSION.html Bug b/67482470 Change-Id: I3bbe25dab6d916376bdc41bb723279ed2ef62fb0 Reviewed-on: https://swiftshader-review.googlesource.com/13108Tested-by:
Nicolas Capens <nicolascapens@google.com> Reviewed-by:
Alexis Hétu <sugoi@google.com> Reviewed-by:
Nicolas Capens <nicolascapens@google.com>
e75d3348
×