This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
I committed this patch and propose two more.
* Use a CLooG header macro to check for the PPL Legacy backend
Without that patch the PPL Legacy backend may be detected, even if only includes of CLooG ORG are in the path, but the cloog-ppl library is still in the system library directory.
* Addition of --enable-cloog-backend
Implemented as you suggested. Now by default we use --enable-cloog-backend=ppl-legacy All other CLooG backends will fail configure. To use another backend this has to be defined explicitly by setting --enable-cloog-backend=isl or --enable-cloog-backend=ppl
Could you have a look?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |