]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Mention how to turn off simd near the cpp compile.
authorWayne Davison <wayne@opencoder.net>
Sat, 20 Jun 2020 18:53:22 +0000 (11:53 -0700)
committerWayne Davison <wayne@opencoder.net>
Sat, 20 Jun 2020 18:53:22 +0000 (11:53 -0700)
Makefile.in

index 235b01dc9029b035b9dcbf74d1b8b545f701c311..2733c46690294cc4ed79b5105fce151e5d7acb2e 100644 (file)
@@ -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