forked from I2P_Developers/i2p.i2p
-14 adds x64 support to the OSX wrapper. With 0.8.7 the wrapper became fat
(i386 & ppc). With this check-in, the wrapper becomes quad-fat (i386, ppc, x86_64, ppc64). $ lipo -info libwrapper.jnilib wrapper Architectures in the fat file: libwrapper.jnilib are: ppc i386 ppc64 x86_64 Architectures in the fat file: wrapper are: ppc i386 ppc64 x86_64 $ file libwrapper.jnilib wrapper libwrapper.jnilib: Mach-O universal binary with 4 architectures libwrapper.jnilib (for architecture ppc): Mach-O bundle ppc libwrapper.jnilib (for architecture i386): Mach-O bundle i386 libwrapper.jnilib (for architecture ppc64): Mach-O 64-bit bundle ppc64 libwrapper.jnilib (for architecture x86_64): Mach-O 64-bit bundle x86_64 wrapper: Mach-O universal binary with 4 architectures wrapper (for architecture ppc): Mach-O executable ppc wrapper (for architecture i386): Mach-O executable i386 wrapper (for architecture ppc64): Mach-O 64-bit executable ppc64 wrapper (for architecture x86_64): Mach-O 64-bit executable x86_64 Binaries fetched from the tanuki software site and fattened with lipo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-07-22 kytv
|
||||||
|
* Add a 64bit wrapper to OSX. With 0.8.7 came a fat Mac wrapper with i386 and PPC.
|
||||||
|
The included wrapper is now quad-fat (i386, ppc, x86_64, and ppc64).
|
||||||
|
|
||||||
2011-07-21 zzz
|
2011-07-21 zzz
|
||||||
* Atalk: Remove this terrible example
|
* Atalk: Remove this terrible example
|
||||||
* Console: Use capability method for counting integrated peers
|
* Console: Use capability method for counting integrated peers
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 13;
|
public final static long BUILD = 14;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user