This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/50156] in-tree CLooG is not picked up by toplevel configure
- From: "vanboxem.ruben at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 24 Aug 2011 19:26:55 +0000
- Subject: [Bug bootstrap/50156] in-tree CLooG is not picked up by toplevel configure
- Auto-submitted: auto-generated
- References: <bug-50156-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50156
--- Comment #2 from Ruben Van Boxem <vanboxem.ruben at gmail dot com> 2011-08-24 19:26:55 UTC ---
Created attachment 25090
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25090
Patch to allow a non-bootstrap compiler to build with in tree prereqs for
graphite
Attached is a full patch (including manual changes to generated files) that
allow for in-tree CLooG (isl) to be used to build a GCC with Graphite.
This patch was made against GCC 4.6 (SVN) and should apply cleanly for testing
purposes.
I have not "ported" the configure bit for CLooG to configure.ac, the rest (in
configure and makefile.in) should be matched by makefile.def and configure.ac
changes.