Check correct uname -m output for 32-bit powerpc.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/eppic?expand=0&rev=32
This commit is contained in:
Petr Tesařík 2023-04-24 15:59:01 +00:00 committed by Git OBS Bridge
parent ff06e9473f
commit 34ad8965ff

View File

@ -90,7 +90,7 @@ case `uname -m` in
TARGET=IA64
TARGET_CFLAGS=
;;
powerpc)
ppc)
TARGET=PPC
TARGET_CFLAGS=-D_FILE_OFFSET_BITS=64
;;