mirror of
https://github.com/dynup/kpatch
synced 2025-01-21 20:32:45 +00:00
kpatch/s390: Enable kpatch build support
Signed-off-by: Sumanth Korikkar <sumanthk@linux.ibm.com>
This commit is contained in:
parent
b0330ab18e
commit
0308d52bcd
@ -21,7 +21,8 @@ GCC_PLUGINS_DIR := $(shell $(CROSS_COMPILE)gcc -print-file-name=plugin)
|
||||
PLUGIN_CFLAGS := $(filter-out -Wconversion, $(CFLAGS))
|
||||
PLUGIN_CFLAGS += -shared -I$(GCC_PLUGINS_DIR)/include \
|
||||
-Igcc-plugins -fPIC -fno-rtti -O2 -Wall
|
||||
else ifneq ($(ARCH),x86_64)
|
||||
endif
|
||||
ifeq ($(filter $(ARCH),s390x x86_64 ppc64le),)
|
||||
$(error Unsupported architecture ${ARCH}, check https://github.com/dynup/kpatch/#supported-architectures)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user