genwqe-tools/genwqe-user-4.0.17-libcxl.patch

24 lines
540 B
Diff
Raw Normal View History

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