We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf1188 commit 3b637dfCopy full SHA for 3b637df
kpatch-build/Makefile
@@ -21,7 +21,7 @@ PLUGIN_CFLAGS := $(filter-out -std=gnu11 -Wconversion, $(CFLAGS))
21
PLUGIN_CFLAGS += -shared -I$(GCC_PLUGINS_DIR)/include \
22
-Igcc-plugins -fPIC -fno-rtti -O2 -Wall
23
endif
24
-ifeq ($(filter $(ARCH),s390x x86_64 ppc64le),)
+ifeq ($(filter $(ARCH),s390x x86_64 ppc64le loongarch64),)
25
$(error Unsupported architecture ${ARCH}, check https://github.com/dynup/kpatch/#supported-architectures)
26
27
0 commit comments