SHA256
1
0
forked from pool/eppic

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 58ddbba1ed
commit 2a169507a2

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
;;