Skip to content

Commit a0b0650

Browse files
georgejguogeorge
authored andcommitted
kpatch/LoongArch: enable kpatch build
Since kpatch now supports LoongArch basically, enable the build. Signed-off-by: George Guo <[email protected]>
1 parent e4ffb21 commit a0b0650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kpatch-build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PLUGIN_CFLAGS := $(filter-out -std=gnu11 -Wconversion, $(CFLAGS))
2121
PLUGIN_CFLAGS += -shared -I$(GCC_PLUGINS_DIR)/include \
2222
-Igcc-plugins -fPIC -fno-rtti -O2 -Wall
2323
endif
24-
ifeq ($(filter $(ARCH),s390x x86_64 ppc64le aarch64),)
24+
ifeq ($(filter $(ARCH),s390x x86_64 ppc64le aarch64 loongarch64),)
2525
$(error Unsupported architecture ${ARCH}, check https://github.com/dynup/kpatch/#supported-architectures)
2626
endif
2727

0 commit comments

Comments
 (0)