[rtems commit] xz_config.h: Define XZ_USE_CRC64
Joel Sherrill
joel at rtems.org
Fri Apr 7 20:23:53 UTC 2017
Module: rtems
Branch: master
Commit: c475924d6d2ea7d5cba160a8a28e88642d6b46d8
Changeset: http://git.rtems.org/rtems/commit/?id=c475924d6d2ea7d5cba160a8a28e88642d6b46d8
Author: Joel Sherrill <joel at rtems.org>
Date: Thu Apr 6 18:24:58 2017 -0500
xz_config.h: Define XZ_USE_CRC64
close #2909.
---
cpukit/libmisc/xz/xz_config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/libmisc/xz/xz_config.h b/cpukit/libmisc/xz/xz_config.h
index eb9dac1..78dcc5f 100644
--- a/cpukit/libmisc/xz/xz_config.h
+++ b/cpukit/libmisc/xz/xz_config.h
@@ -11,7 +11,7 @@
#define XZ_CONFIG_H
/* Uncomment to enable CRC64 support. */
-/* #define XZ_USE_CRC64 */
+#define XZ_USE_CRC64
/* Uncomment as needed to enable BCJ filter decoders. */
/* #define XZ_DEC_X86 */
More information about the vc
mailing list