summaryrefslogtreecommitdiff
path: root/math/libxsmm/files/patch-Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libxsmm/files/patch-Makefile.inc')
-rw-r--r--math/libxsmm/files/patch-Makefile.inc26
1 files changed, 26 insertions, 0 deletions
diff --git a/math/libxsmm/files/patch-Makefile.inc b/math/libxsmm/files/patch-Makefile.inc
new file mode 100644
index 000000000000..dfe4142655ed
--- /dev/null
+++ b/math/libxsmm/files/patch-Makefile.inc
@@ -0,0 +1,26 @@
+--- Makefile.inc.orig 2018-03-15 13:08:45 UTC
++++ Makefile.inc
+@@ -53,9 +53,9 @@ MAKE ?= make
+ ENV ?= env
+
+ ifneq (Darwin,$(UNAME))
+- ifneq (,$(strip $(CP)))
+- CP += -u
+- endif
++ #ifneq (,$(strip $(CP)))
++ # CP += -u
++ #endif
+ DLIBEXT ?= so
+ SLIBEXT ?= a
+ else
+@@ -164,8 +164,8 @@ TBB_OLDRTL ?= 0
+ ifneq (Darwin,$(UNAME))
+ XGROUP_BEGIN = -Wl,--start-group
+ XGROUP_END = -Wl,--end-group
+- XLIB_BEGIN = -Wl,--as-needed
+- XLIB_END = -Wl,--no-as-needed
++ #XLIB_BEGIN = -Wl,--as-needed
++ #XLIB_END = -Wl,--no-as-needed
+ XRPATH = -Wl,--rpath=$(NULL)
+ else
+ XRPATH = -Xlinker -rpath -Xlinker $(NULL)