Re: [PATCH android/toolchain/build] Add --enable-graphite option to build script

2011-04-07 Thread Jim Huang
On 6 April 2011 14:29, Jim Huang wrote: > On 29 March 2011 06:34, Jim Huang wrote: >> GCC 4.5 and up supports graphite optimization, and cloog and ppl >> are required. This change attempts to support some combinations >> of ppl and cloog/cloog-ppl libraries. Since cloog and ppl are >> written in

Re: [PATCH android/toolchain/build] Add --enable-graphite option to build script

2011-04-05 Thread Jim Huang
On 29 March 2011 06:34, Jim Huang wrote: > GCC 4.5 and up supports graphite optimization, and cloog and ppl > are required. This change attempts to support some combinations > of ppl and cloog/cloog-ppl libraries. Since cloog and ppl are > written in C++, it implies we might suffer from C++ ABI br

[PATCH android/toolchain/build] Add --enable-graphite option to build script

2011-03-28 Thread Jim Huang
GCC 4.5 and up supports graphite optimization, and cloog and ppl are required. This change attempts to support some combinations of ppl and cloog/cloog-ppl libraries. Since cloog and ppl are written in C++, it implies we might suffer from C++ ABI breakage problems when host environment changes, tha