Details on this package are located in Section 6.8.3, “Contents of CLooG-PPL.”
CLooG-PPL is a library to generate code for scanning Z-polyhedra. In other words, it finds code that reaches each integral point of one or more parameterized polyhedra. GCC links with this library in order to enable the new loop generation code known as Graphite.
Prepare CLooG-PPL for compilation:
LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ ./configure --prefix=${CLFS}/cross-tools --enable-shared --with-bits=gmp \ --with-gmp=${CLFS}/cross-tools --with-ppl=${CLFS}/cross-tools
Compile the package:
make
Install the package:
make install
Details on this package are located in Section 6.8.3, “Contents of CLooG-PPL.”