diff options
author | Jakub Czapiga <jacz@semihalf.com> | 2022-01-18 14:22:22 +0000 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2022-01-20 09:22:26 +0000 |
commit | 28a97a2ae5a684e3645c8f69cd55c1369bf9f3a3 (patch) | |
tree | 6e446f4bc2acdc0fb4b965be9b73347f8e1b5862 /util/lint/check-style | |
parent | 8a4a89fdcb58655de09e4a2688c8f4d912bacc6c (diff) |
libpayload/Makefile.inc: Fix ar calls to support llvm-ar
llvm-ar does not support "open" script command, and fails with an error.
This patch fixes it by removing lines `$(AR) rc <object-files>` and
it puts them as "addmod" commands. This way all object files and
archives can be packed into one archive.
Change-Id: I0c53d1d613b5edc321e268d1d996fac3146680f8
Signed-off-by: Jakub Czapiga <jacz@semihalf.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61182
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <patrick@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'util/lint/check-style')
0 files changed, 0 insertions, 0 deletions