]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
Makefile: BLK_SHA1 does not require fast htonl() and unaligned loads
[thirdparty/git.git] / Makefile
index 134606b9b7628805d81a95e1e44cb2682fc4bbb0..eadcc70aced782d93ae00c717ff210f064574d5e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -84,9 +84,8 @@ all::
 # specify your own (or DarwinPort's) include directories and
 # library directories by defining CFLAGS and LDFLAGS appropriately.
 #
-# Define BLK_SHA1 environment variable if you want the C version
-# of the SHA1 that assumes you can do unaligned 32-bit loads and
-# have a fast htonl() function.
+# Define BLK_SHA1 environment variable to make use of the bundled
+# optimized C SHA1 routine.
 #
 # Define PPC_SHA1 environment variable when running make to make use of
 # a bundled SHA1 routine optimized for PowerPC.