aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2013-02-27 16:26:03 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-02-27 16:26:03 +0100
commit3a7b2417f9f599a8450c27f84d3330382a2c1b0a (patch)
treeb33245b75d232a0e658d7797ec9ccb49162cb5bb
parent04f296b28a4927efffced38170d92134982566a6 (diff)
downloadbusybox-w32-3a7b2417f9f599a8450c27f84d3330382a2c1b0a.tar.gz
busybox-w32-3a7b2417f9f599a8450c27f84d3330382a2c1b0a.tar.bz2
busybox-w32-3a7b2417f9f599a8450c27f84d3330382a2c1b0a.zip
xz: update README
Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--archival/libarchive/unxz/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/libarchive/unxz/README b/archival/libarchive/unxz/README
index c5972f6b8..9bc1ea0f1 100644
--- a/archival/libarchive/unxz/README
+++ b/archival/libarchive/unxz/README
@@ -55,7 +55,7 @@ Compiler requirements
55 code is modified not to support large files, which needs some more 55 code is modified not to support large files, which needs some more
56 care than just using 32-bit integer instead of 64-bit). 56 care than just using 32-bit integer instead of 64-bit).
57 57
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,
59 xz_dec_lzma2.c compiled with GCC 3.3.6 is 15-25 % slower than when 59 xz_dec_lzma2.c compiled with GCC 3.3.6 is 15-25 % slower than when
60 compiled with GCC 4.3.3. 60 compiled with GCC 4.3.3.
61 61
@@ -93,7 +93,7 @@ BCJ filter support
93 them always #defined doesn't hurt either. 93 them always #defined doesn't hurt either.
94 94
95 #define Instruction set BCJ filter endianness 95 #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
97 XZ_DEC_POWERPC PowerPC Big endian only 97 XZ_DEC_POWERPC PowerPC Big endian only
98 XZ_DEC_IA64 Itanium (IA-64) Big or little endian 98 XZ_DEC_IA64 Itanium (IA-64) Big or little endian
99 XZ_DEC_ARM ARM Little endian only 99 XZ_DEC_ARM ARM Little endian only