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