2016-12-08 17:41:24 +00:00
|
|
|
From 2a7810f39cb113570efcde5f65e5440ff9587ae0 Mon Sep 17 00:00:00 2001
|
2015-04-16 11:09:24 +00:00
|
|
|
From: Boris Ranto <branto@redhat.com>
|
2015-11-11 16:13:30 +00:00
|
|
|
Date: Wed, 11 Nov 2015 17:08:06 +0100
|
2015-04-16 11:09:24 +00:00
|
|
|
Subject: [PATCH] Disable erasure_codelib neon build
|
|
|
|
|
|
|
|
---
|
|
|
|
src/erasure-code/jerasure/Makefile.am | 6 +++---
|
2015-11-11 16:13:30 +00:00
|
|
|
src/erasure-code/shec/Makefile.am | 6 +++---
|
|
|
|
2 files changed, 6 insertions(+), 6 deletions(-)
|
2015-04-16 11:09:24 +00:00
|
|
|
|
|
|
|
diff --git a/src/erasure-code/jerasure/Makefile.am b/src/erasure-code/jerasure/Makefile.am
|
2016-12-08 17:41:24 +00:00
|
|
|
index 6ffe3ed..01f5112 100644
|
2015-04-16 11:09:24 +00:00
|
|
|
--- a/src/erasure-code/jerasure/Makefile.am
|
|
|
|
+++ b/src/erasure-code/jerasure/Makefile.am
|
|
|
|
@@ -75,9 +75,9 @@ if LINUX
|
|
|
|
libec_jerasure_neon_la_LDFLAGS += -export-symbols-regex '.*__erasure_code_.*'
|
|
|
|
endif
|
|
|
|
|
|
|
|
-if HAVE_NEON
|
|
|
|
-erasure_codelib_LTLIBRARIES += libec_jerasure_neon.la
|
|
|
|
-endif
|
|
|
|
+#if HAVE_NEON
|
|
|
|
+#erasure_codelib_LTLIBRARIES += libec_jerasure_neon.la
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
libec_jerasure_sse3_la_SOURCES = ${jerasure_sources}
|
|
|
|
libec_jerasure_sse3_la_CFLAGS = ${AM_CFLAGS} \
|
2015-11-11 16:13:30 +00:00
|
|
|
diff --git a/src/erasure-code/shec/Makefile.am b/src/erasure-code/shec/Makefile.am
|
2016-12-08 17:41:24 +00:00
|
|
|
index cd93132..948979b 100644
|
2015-11-11 16:13:30 +00:00
|
|
|
--- a/src/erasure-code/shec/Makefile.am
|
|
|
|
+++ b/src/erasure-code/shec/Makefile.am
|
|
|
|
@@ -81,9 +81,9 @@ if LINUX
|
|
|
|
libec_shec_neon_la_LDFLAGS += -export-symbols-regex '.*__erasure_code_.*'
|
|
|
|
endif
|
|
|
|
|
|
|
|
-if HAVE_NEON
|
|
|
|
-erasure_codelib_LTLIBRARIES += libec_shec_neon.la
|
|
|
|
-endif
|
|
|
|
+#if HAVE_NEON
|
|
|
|
+#erasure_codelib_LTLIBRARIES += libec_shec_neon.la
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
libec_shec_sse3_la_SOURCES = ${shec_sources}
|
|
|
|
libec_shec_sse3_la_CFLAGS = ${AM_CFLAGS} \
|
2016-12-08 17:41:24 +00:00
|
|
|
--
|
|
|
|
2.7.4
|
|
|
|
|