Skip to content

Commit 3b637df

Browse files
committed
kpatch/LoongArch: enable kpatch build
Since kpatch now supports LoongArch basically, enable the build. Signed-off-by: George Guo <[email protected]>
1 parent dcf1188 commit 3b637df

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),)
24+
ifeq ($(filter $(ARCH),s390x x86_64 ppc64le loongarch64),)
2525
$(error Unsupported architecture ${ARCH}, check https://github.com/dynup/kpatch/#supported-architectures)
2626
endif
2727

0 commit comments

Comments
 (0)