Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Make.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ INSTALLROOT = $(DESTDIR)

INSTALL ?= install
CROSS_COMPILE ?=
EFI_ARCHES ?= aa64 ia32 x64
EFI_ARCHES ?= aa64 ia32 x64 la64

enabled = $(if $(filter undefined,$(origin $(1))),$(3),$(2))

Expand Down
1 change: 1 addition & 0 deletions src/pesign-rpmbuild-helper.in
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ main() {
target_cpu="${target_cpu/x86_64/x64}"
target_cpu="${target_cpu/aarch64/aa64}"
target_cpu="${target_cpu/arm*/arm/}"
target_cpu="${target_cpu/loongarch64/la64/}"

local nssdir=/etc/pki/pesign
if [[ "${#cert[@]}" -eq 2 ]] &&
Expand Down