Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/archival/libarchive/unxz/README

    r2725 r3621  
    88    XZ Embedded was written for use in the Linux kernel, but the code can
    99    be easily used in other environments too, including regular userspace
    10     applications.
     10    applications. See userspace/xzminidec.c for an example program.
    1111
    1212    This README contains information that is useful only when the copy
     
    5656    care than just using 32-bit integer instead of 64-bit).
    5757
    58     If you use GCC, try to use a recent version. For example, on x86,
     58    If you use GCC, try to use a recent version. For example, on x86-32,
    5959    xz_dec_lzma2.c compiled with GCC 3.3.6 is 15-25 % slower than when
    6060    compiled with GCC 4.3.3.
     
    9494
    9595        #define             Instruction set     BCJ filter endianness
    96         XZ_DEC_X86          x86 or x86-64       Little endian only
     96        XZ_DEC_X86          x86-32 or x86-64    Little endian only
    9797        XZ_DEC_POWERPC      PowerPC             Big endian only
    9898        XZ_DEC_IA64         Itanium (IA-64)     Big or little endian
Note: See TracChangeset for help on using the changeset viewer.