From 751be5724147f0bfe0e6c4c8baed9a49f448d1c4 Mon Sep 17 00:00:00 2001 From: Debian BOINC Maintainers Date: Thu, 14 Jul 2016 09:40:51 +0000 Subject: [PATCH] _disable_altivec_on_ppc_linux Gbp-Pq: Name 004_disable_altivec_on_ppc_linux.patch --- client/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/Makefile.am b/client/Makefile.am index 233b632..d83065e 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -199,7 +199,8 @@ endif endif if PPC -# allow use of altivec instructions on PPC +if !LINUX +# allow use of altivec instructions on PPC/MacOS seti_boinc-analyzeFuncs_altivec.o: vector/analyzeFuncs_altivec.cpp if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(seti_boinc_CXXFLAGS) $(CXXFLAGS) -DUSE_ALTIVEC \ @@ -213,6 +214,7 @@ seti_boinc-analyzeFuncs_vector.o: vector/analyzeFuncs_vector.cpp -c -o $@ $<; then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi endif +endif if LINUX -- 2.30.2