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]

Re: [PATCH, v2] Fix bootstrap with in-tree ISL


On 05/29/2015 06:54 PM, Bernhard Reutner-Fischer wrote:
Hi,

config/ChangeLog:

2015-05-29  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

         * isl.m4 (ISL_CHECK_VERSION): AC_SUBST ENABLE_ISL_CHECK and set
	gcc_cv_isl. Tidy whitespace. Lowercase first line of help-text
	like for all the other help texts.

ChangeLog:

2015-05-29  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

	* configure.ac (build_configdirs, configdirs, target_configdirs):
	Accept autogen.sh along configure. Tidy whitespace around ISL.
         * Makefile.tpl: Set HOST_ISL_CHECK from substituted
         ENABLE_ISL_CHECK.
         (HOST_EXPORTS): Add ENABLE_ISL_CHECK.
         * Makefile.in: Regenerate.
	* configure: Regenerate.

gcc/ChangeLog:

2015-05-29  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

         * configure.ac: Assume a current ISL when using in-tree ISL.
         * configure: Regenerate.

---
This allows for configuring a pristine isl checkout in a combined tree
and fixes the version-checks of isl for in-tree builds.

Bootstrapped on x86_64-unknown-linux-gnu, ok for trunk?

From the graphite site this is fine from me, but this needs a autoconf maintainer approval.

Tobias


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]