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:
parent
0d5f5dc470
commit
879efeb497
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user