Fix build on 32-bit POWER

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/eppic?expand=0&rev=30
This commit is contained in:
Petr Tesařík 2023-04-24 09:18:25 +00:00 committed by Git OBS Bridge
parent 0d5f5dc470
commit 879efeb497

View File

@ -90,6 +90,10 @@ case `uname -m` in
TARGET=IA64
TARGET_CFLAGS=
;;
powerpc)
TARGET=PPC
TARGET_CFLAGS=-D_FILE_OFFSET_BITS=64
;;
ppc64|ppc64le)
TARGET=PPC64
TARGET_CFLAGS=-m64