]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
INSTALL: Document -bmaxdata on AIX
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 10 Mar 2025 09:38:55 +0000 (11:38 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 10 Mar 2025 11:41:49 +0000 (13:41 +0200)
This is based on a pull request and AIX docs. I haven't tested the
instructions myself.

Closes: https://github.com/tukaani-project/xz/pull/137
INSTALL

diff --git a/INSTALL b/INSTALL
index 0b024f2e02cf530ff9e51b0c5d2723c3e2674e7e..ec89047274659cc588d89cc2f48f3cdfcfb99761 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -76,6 +76,11 @@ XZ Utils Installation
     you use CC=xlc instead, you must disable threading support
     with --disable-threads (usually not recommended).
 
+    If building a 32-bit executable, the address space available to xz
+    might be limited to 256 MiB by default. To increase the address
+    space to 2 GiB, pass LDFLAGS=-Wl,-bmaxdata:0x80000000 as an argument
+    to configure.
+
 
 1.2.2. IRIX