Skip to content

Commit

Permalink
Enable kpatch build support for s390x
Browse files Browse the repository at this point in the history
Signed-off-by: Sumanth Korikkar <[email protected]>
  • Loading branch information
sumanthkorikkar committed Sep 26, 2021
1 parent a3e22f1 commit c6d8b56
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 @@ -22,7 +22,7 @@ GCC_PLUGINS_DIR := $(shell 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
else ifneq ($(ARCH),s390x)
$(error Unsupported architecture ${ARCH}, check https:/dynup/kpatch/#supported-architectures)
endif

Expand Down

0 comments on commit c6d8b56

Please sign in to comment.