diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-30 17:28:52 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-30 17:28:52 +0300 |
commit | 2331f5f97af3e5897e23da45d9df3d664099c7f8 (patch) | |
tree | 04a7600b3ba8a640f3c8b48a4a9338ea90589d29 /INSTALL | |
parent | Use even more hackish way to support thousand separators. (diff) | |
download | xz-2331f5f97af3e5897e23da45d9df3d664099c7f8.tar.xz |
Add more OS/2 specific info to INSTALL.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -110,6 +110,11 @@ XZ Utils Installation You will need to pass --disable-assembler to configure when building on OS/2. + To omit large number of harmless warnings about visibility support, + pass gl_cv_cc_visibility=no as an argument to the configure script. + This isn't mandatory since it should have no effect on the resulting + binaries. + 1.3. Adding support for new platforms |