Changeset c7377381 in rtems


Ignore:
Timestamp:
06/12/17 08:27:50 (7 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
4000836c
Parents:
3f884b4
git-author:
Sebastian Huber <sebastian.huber@…> (06/12/17 08:27:50)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/13/17 09:45:23)
Message:

xz: Use CRC32

This reverts c475924d6d2ea7d5cba160a8a28e88642d6b46d8.

Update #2909.
Close #2994.

Location:
cpukit/libmisc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libmisc/Makefile.am

    r3f884b4 rc7377381  
    196196## xz-embedded
    197197noinst_LIBRARIES += libxz.a
    198 libxz_a_SOURCES = xz/xz/h xz/xz_crc32.c xz/xz_crc64.c \
     198libxz_a_SOURCES = xz/xz/h xz/xz_crc32.c \
    199199        xz/xz_dec_lzma2.c xz/xz_dec_stream.c
    200200
  • cpukit/libmisc/xz/xz_config.h

    r3f884b4 rc7377381  
    1212
    1313/* Uncomment to enable CRC64 support. */
    14 #define XZ_USE_CRC64
     14/* #define XZ_USE_CRC64 */
    1515
    1616/* Uncomment as needed to enable BCJ filter decoders. */
     
    6363 * so if you want to change it, you need to #undef it first.
    6464 */
    65 #ifdef __rtems__
    66 #       undef __always_inline
    67 #       define __always_inline inline
    68 #else
    6965#ifndef __always_inline
    7066#       ifdef __GNUC__
     
    7470#               define __always_inline inline
    7571#       endif
    76 #endif
    7772#endif
    7873
Note: See TracChangeset for help on using the changeset viewer.