This commit is contained in:
hyung-hwan 2008-02-17 05:12:23 +00:00
parent 65426c27a3
commit fc5f81c189

View File

@ -80,6 +80,9 @@ If you have preference for a particular compiler and the flags, you may explicit
|-
| OpenWRT mipsel
| CC=mipsel-linux-uclibc-gcc CXX=mipsel-linux-uclibc-g++ LD=mipsel-linux-uclibc-ld ./configure --host=mips --disable-wchar
|-
| CellSDK 3.0
| CC=ppu-gcc CXX=ppu-g++ RANLIB=ppu-ranlib AR=ppu-ar CFLAGS="-mabi=altivec -maltivec" CXXFLAGS="-mabi=altivec -maltivec" ./configure --host=ppc64
|}}
The JNI library for JAVA is built automatically if required JNI header files are detected by the [[configure]] script. Make sure that the [[javac]] command is included in the [[PATH]] environment variable. The JAVA class files are built with the [[javac]] command detected as well. The {ant,http://ant.apache.org} utility from the Apache Software Foundataion can be used to build the java class files. The [[build.xml]] file is provided at the top-level directory.