o Build on RISC-V64 and 32-bit Arm and IBM POWER.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/eppic?expand=0&rev=31
This commit is contained in:
Petr Tesařík 2023-04-24 09:20:25 +00:00 committed by Git OBS Bridge
parent 879efeb497
commit ff06e9473f
2 changed files with 7 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Mon Apr 24 08:26:22 UTC 2023 - Petr Tesařík <petr@tesarici.cz>
- Update to c294e5bf89cab01f3c5316474cfc5104af7e6a60
o Build on 32-bit Arm and RISC-V.
o Build on RISC-V64 and 32-bit Arm and IBM POWER.
- Drop upstreamed patches:
o eppic-Fix-eppic_getnxtfct.patch
o eppic-crash-INCDIR.patch

View File

@ -98,12 +98,16 @@ case `uname -m` in
TARGET=PPC64
TARGET_CFLAGS=-m64
;;
s390x)
TARGET=S390X
riscv64)
TARGET=RISCV64
TARGET_CFLAGS=
;;
s390)
TARGET=S390
TARGET_CFLAGS=-D_FILE_OFFSET_BITS=64
;;
s390x)
TARGET=S390X
TARGET_CFLAGS=
;;
x86_64)