- use upstream github.com/ibm-genwqe not github.com/tblume - update from git v4.0.17 to master commit c2f7723 - add ppc64 as target arch - link dynamically to libcxl available for ppc64/ppc64le - new genwqe-user-4.0.17-libcxl.patch OBS-URL: https://build.opensuse.org/request/show/405915 OBS-URL: https://build.opensuse.org/package/show/hardware/genwqe-tools?expand=0&rev=2
24 lines
540 B
Diff
24 lines
540 B
Diff
---
|
|
config.mk | 6 +++++-
|
|
1 file changed, 5 insertions(+), 1 deletion(-)
|
|
|
|
Index: genwqe-user-4.0.17+git20160628.c2f7723/config.mk
|
|
===================================================================
|
|
--- genwqe-user-4.0.17+git20160628.c2f7723.orig/config.mk
|
|
+++ genwqe-user-4.0.17+git20160628.c2f7723/config.mk
|
|
@@ -124,9 +124,13 @@ ifndef DISABLE_LIBCXL
|
|
|
|
ifeq ($(PLATFORM), ppc64le)
|
|
WITH_LIBCXL=1
|
|
-BUNDLE_LIBCXL ?= 1
|
|
endif
|
|
|
|
+ifeq ($(PLATFORM), ppc64)
|
|
+WITH_LIBCXL=1
|
|
+endif
|
|
+
|
|
+
|
|
ifdef BUILD_SIMCODE
|
|
WITH_LIBCXL=1
|
|
BUNDLE_LIBCXL ?= 1
|