Skip to content

Commit

Permalink
kpatch/LoongArch: enable kpatch build
Browse files Browse the repository at this point in the history
Since kpatch now supports LoongArch basically, enable the build.

Signed-off-by: George Guo <[email protected]>
  • Loading branch information
georgejguo committed Dec 13, 2024
1 parent dcf1188 commit 3b637df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kpatch-build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PLUGIN_CFLAGS := $(filter-out -std=gnu11 -Wconversion, $(CFLAGS))
PLUGIN_CFLAGS += -shared -I$(GCC_PLUGINS_DIR)/include \
-Igcc-plugins -fPIC -fno-rtti -O2 -Wall
endif
ifeq ($(filter $(ARCH),s390x x86_64 ppc64le),)
ifeq ($(filter $(ARCH),s390x x86_64 ppc64le loongarch64),)
$(error Unsupported architecture ${ARCH}, check https://github.com/dynup/kpatch/#supported-architectures)
endif

Expand Down

0 comments on commit 3b637df

Please sign in to comment.