From f6d821c93282103421f9b60685235eacf99703e4 Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Sat, 31 Dec 2011 14:14:35 +0000
Subject: [PATCH] linux-ppc specific wrapper notes

---
 installer/lib/wrapper/README.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/installer/lib/wrapper/README.txt b/installer/lib/wrapper/README.txt
index 7771bf25f6..77e6a85fec 100644
--- a/installer/lib/wrapper/README.txt
+++ b/installer/lib/wrapper/README.txt
@@ -12,7 +12,6 @@ to xxx/librapper.so, libwrapper.jnilib, or libwrapper.dll for the following dire
 Don't forget to disable the execute bit.
 	linux (x86-32)
 	linux64 (x86-64)
-	linux-ppc (ppc-32)
 	solaris (sparc-32)
 	win32
 
@@ -29,6 +28,11 @@ For freebsd and freebsd64, we don't use the Tanuki binaries
 because they are compiled in FBSD v6.  Compile from source in
 FreeBSD 7.4 to eliminate the dependency on the compat6x port.
 Don't forget to strip the binaries and disable the execute bit.
+A walkthrough can be found in freebsd/README.txt.
+
+For linux-ppc, we don't use the Tanuki binaires because they're (mistakenly)
+ppc64 compiles (TODO: File bug with Tanuki). Compile the arch-dependent bits
+with "ant -Dbits=32 compile-c-unix".
 
 For macosx, combine the universal-32 and universal-64 files
 from the delta pack (each a 2-architecture fat file)
-- 
GitLab