Skip to content

Commit

Permalink
Test risc-v/ppc64el build/packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Feb 10, 2025
1 parent e244ee7 commit 3341e23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile-options
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ else ifneq ($(findstring powerpc64,$(MACHINE)),)
ifneq ($(BUILD_PPC64),False)
BUILD_PPC64 = True
endif
else ifneq ($(findstring riscv64,$(MACHINE)),)
ifneq ($(BUILD_RISCV64),False)
BUILD_RISCV64 = True
endif
else ifneq ($(findstring x86_64,$(MACHINE)),)
ifneq ($(BUILD_ARM64),True)
ifneq ($(BUILD_X86),True)
Expand All @@ -60,7 +64,7 @@ else ifneq ($(findstring amd64,$(MACHINE)),)
endif
endif
endif
else
else ifneq ($(findstring i586,$(MACHINE))$(findstring i686,$(MACHINE)),)
ifneq ($(BUILD_ARM64),True)
ifneq ($(BUILD_X86),False)
ifneq ($(BUILD_X86_64),True)
Expand Down

0 comments on commit 3341e23

Please sign in to comment.