]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
DOS: Update Makefile and config.h for the CRC changes
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 20 Jun 2024 15:45:41 +0000 (18:45 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 23 Jun 2024 20:09:14 +0000 (23:09 +0300)
dos/Makefile
dos/config.h

index f8ba43726f9250319e188af8791cda8481f6e266..cd20c1b236f73cbec37a2eeb5cfeaf26a64aae55 100644 (file)
@@ -50,8 +50,8 @@ SRCS_C = \
        ../src/common/tuklib_physmem.c \
        ../src/common/tuklib_progname.c \
        ../src/liblzma/check/check.c \
-       ../src/liblzma/check/crc32_table.c \
-       ../src/liblzma/check/crc64_table.c \
+       ../src/liblzma/check/crc32_fast.c \
+       ../src/liblzma/check/crc64_fast.c \
        ../src/liblzma/check/sha256.c \
        ../src/liblzma/common/alone_decoder.c \
        ../src/liblzma/common/alone_encoder.c \
index 415cd5a877f3d7da86e2d68209b39bc442a51e34..4bab00e131f5ea447d0d8f213c7f81f41865799f 100644 (file)
@@ -12,6 +12,9 @@
 /* Define to 1 if sha256 integrity check is enabled. */
 #define HAVE_CHECK_SHA256 1
 
+/* Define to 1 if the 32-bit x86 CRC assembly files are used. */
+#define HAVE_CRC_X86_ASM 1
+
 /* Define to 1 if any of HAVE_DECODER_foo have been defined. */
 #define HAVE_DECODERS 1