From fb5d9f27be70b1c06f64c31168d37081ff43f570 Mon Sep 17 00:00:00 2001 From: Debian BOINC Maintainers Date: Tue, 28 Aug 2012 03:05:07 +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 413909e..3566045 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -195,7 +195,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 \ @@ -209,6 +210,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