From: Wayne Davison Date: Sat, 20 Jun 2020 18:53:22 +0000 (-0700) Subject: Mention how to turn off simd near the cpp compile. X-Git-Tag: v3.2.1pre1~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a56a0bc7d6f1e2f559e389801a6bed4dcc22bb4d;p=thirdparty%2Frsync.git Mention how to turn off simd near the cpp compile. --- diff --git a/Makefile.in b/Makefile.in index 235b01dc..2733c466 100644 --- a/Makefile.in +++ b/Makefile.in @@ -132,6 +132,7 @@ rounding.h: rounding.c rsync.h proto.h @rm -f rounding.out simd-checksum-x86_64.o: simd-checksum-x86_64.cpp + @echo "If this fails to compile and you can't fix it, re-run $(srcdir)/configure with --disable-simd." $(CXX) -I. $(CXXFLAGS) $(CPPFLAGS) -c -o $@ $(srcdir)/simd-checksum-x86_64.cpp lib/md5-asm-x86_64.o: lib/md5-asm-x86_64.S config.h lib/md-defines.h