From ed12a3a0455dc8591e5b1ffb64003258180d0ad5 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 7 Mar 2008 21:04:51 +0000 Subject: [PATCH] --- ase/cmn/types.h | 4 ++-- ase/doc/en/quickstart.man | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ase/cmn/types.h b/ase/cmn/types.h index df12086d..86d89257 100644 --- a/ase/cmn/types.h +++ b/ase/cmn/types.h @@ -1,5 +1,5 @@ /* - * $Id: types.h 116 2008-03-03 11:15:37Z baconevi $ + * $Id: types.h 119 2008-03-07 03:04:51Z baconevi $ * * {License} */ @@ -11,7 +11,7 @@ #include #elif defined(vms) || defined(__vms) #include -#elif defined(__unix__) || defined(__unix) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || (defined(__APPLE__) && defined(__MACH__)) +#elif defined(__unix__) || defined(__unix) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || (defined(__APPLE__) && defined(__MACH__)) || defined(__SPU__) #if !defined(__unix__) #define __unix__ #endif diff --git a/ase/doc/en/quickstart.man b/ase/doc/en/quickstart.man index 47879626..379bdb64 100644 --- a/ase/doc/en/quickstart.man +++ b/ase/doc/en/quickstart.man @@ -80,9 +80,11 @@ 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="-m64 -mabi=altivec -maltivec" CXXFLAGS="-m64 -mabi=altivec -maltivec" ./configure --host=ppc64 +| CC=spu-gcc CXX=spu-g++ RANLIB=spu-ranlib AR=spu-ar /configure --host=ppc |}} 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.