aboutsummaryrefslogtreecommitdiff
path: root/patches/ppl/0.11.2/300-fix-data-dir.patch
Commit message (Collapse)AuthorAgeFilesLines
* PPL: Remove support for PPL and CLooG/PPLBryan Hundven2015-11-291-94/+0
| | | | | | | | | | | | | | | | | | | | | Now that versions of gcc that required PPL are no longer supported ( >= gcc-4.5.x AND <= gcc-4.7.x ) ...we no longer require PPL or CLooG/PPL. This commit: * Removes PPL * Removes CLooG/PPL * Updates the documentation * Updates build script for CLooG and GCC * Removes PPL and CLooG/PPL from scripts/addToolVersion.sh and scripts/showSamples.sh * Adds ISL to scripts/addToolVersion.sh and scripts/showSamples.sh I know that sounds like a lot for one commit, but it was all kind of inter-tangled. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* complibs/ppl: add patch from upstream to fix data dirYann E. MORIN"2013-09-301-0/+94
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>