From 80e48836024ec2d7cbd557575be6da3d1f055cba Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 10 Mar 2025 11:38:55 +0200 Subject: [PATCH] INSTALL: Document -bmaxdata on AIX 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL b/INSTALL index 0b024f2e..ec890472 100644 --- 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