Drop custom-built armv7 wrapper.

Tanuki-built arm wrapper works on armv5 and armv7 but not on Raspberry Pi armv6.
Wrapper we built for Raspberry Pi does not work on Trimslice armv7.
This commit is contained in:
zzz
2012-12-11 19:27:56 +00:00
parent 1fa00a5738
commit 60718dbf72
7 changed files with 17 additions and 6 deletions

View File

@@ -12,15 +12,15 @@ to xxx/librapper.so, libwrapper.jnilib, or wrapper.dll for the following directo
Don't forget to disable the execute bit.
linux (x86-32)
linux64 (x86-64)
linux-armv5 (armv5)
linux-armv5 (armv5/armv7)
solaris (sparc-32)
From the delta pack, strip the binaries in bin/ and copy
to xxx/i2psvc for the same directories as above.
Don't forget to disable the execute bit.
For armv7, build from source following the instructions
in linux-armv7/README.txt.
For armv6, build from source following the instructions
in linux-armv6/README.txt.
Don't forget to strip the binaries and disable the execute bit.
We use a trimslice for armv7 building.