summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-01-07 11:23:13 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-01-07 11:23:13 +0200
commitecb2a6548f5978022a8fa931719dc575f5fd3bf6 (patch)
tree9434375de9f63e978b3ad8b03d66f3cde56420be /README
parenteacb8050438d3e6146c86eb9732d3fb1ef1825cb (diff)
downloadxz-ecb2a6548f5978022a8fa931719dc575f5fd3bf6.tar.gz
Updated README regarding the assembler optimizations.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 8afb8da..47d8b71 100644
--- a/README
+++ b/README
@@ -113,11 +113,11 @@ configure options
All the assembler code in liblzma is position-independent
code, which is suitable for use in shared libraries and
- position-independent executables.
-
- At the moment the assembler code is not compatible with
- Darwin, so --disable-assembler must be specified when
- building on Darwin.
+ position-independent executables. So far only i386
+ instructions are used, but the code is optimized for i686
+ class CPUs. If you are compiling liblzma exclusively for
+ pre-i686 systems, you may want to disable the assembler
+ code.
--enable-small
Omits precomputed tables. This makes liblzma a few KiB