diff options
author | Richard Guenther <rguenther@suse.de> | 2012-07-06 12:55:34 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2012-07-06 12:55:34 +0000 |
commit | 81ef887874f0ab2d147fa87c3551ff072eb128eb (patch) | |
tree | 3d5bc6d0e3855e9dad88a8be4e90cb0a7c436bb8 /ChangeLog | |
parent | 0ff2d841ec7af4d3095ed12c8da94831354e0261 (diff) | |
download | gcc-81ef887874f0ab2d147fa87c3551ff072eb128eb.zip gcc-81ef887874f0ab2d147fa87c3551ff072eb128eb.tar.gz gcc-81ef887874f0ab2d147fa87c3551ff072eb128eb.tar.bz2 |
Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC) as CPPFLAGS...
2012-07-06 Richard Guenther <rguenther@suse.de>
* Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
--with-gmp=system.
* Makefile.in: Regenerated.
* configure: Likewise.
From-SVN: r189328
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2012-07-06 Richard Guenther <rguenther@suse.de> + * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC) + as CPPFLAGS, pass path to built gmp as LDFLAGS, always use + --with-gmp=system. + * Makefile.in: Regenerated. + * configure: Likewise. + +2012-07-06 Richard Guenther <rguenther@suse.de> + * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst. * Makefile.def (isl): Use extra_isl_gmp_configure_flags and supply V=1 as extra_make_flags. |