summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-20 11:53:22 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-20 11:53:22 -0700
commita56a0bc7d6f1e2f559e389801a6bed4dcc22bb4d (patch)
tree79682462c760227e16d7c4cfae8fd3776fc67eb0 /Makefile.in
parentbd7bd5ff0c5cdaa3923d1a741c68242817f5cb44 (diff)
downloadrsync-a56a0bc7d6f1e2f559e389801a6bed4dcc22bb4d.tar.gz
Mention how to turn off simd near the cpp compile.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
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