summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2012-07-06 12:31:03 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2012-07-06 12:31:03 +0000
commit0ff2d841ec7af4d3095ed12c8da94831354e0261 (patch)
tree36349dada476a722a28492689daeafcf4bc5d8cd /Makefile.def
parent2b9d5ad7df2f309a7835e7023d794afe492edfa2 (diff)
downloadgcc-0ff2d841ec7af4d3095ed12c8da94831354e0261.tar.gz
configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
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. * configure: Regenerated. * Makefile.in: Likewise. From-SVN: r189327
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index cd13ed0d0bd..4be9af890e6 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -62,7 +62,8 @@ host_modules= { module= mpc; lib_path=.libs; bootstrap=true;
extra_configure_flags='--disable-shared @extra_mpc_gmp_configure_flags@ @extra_mpc_mpfr_configure_flags@';
no_install= true; };
host_modules= { module= isl; lib_path=.libs; bootstrap=true;
- extra_configure_flags='--disable-shared --with-gmp-library=$$r/$(HOST_SUBDIR)/gmp/.libs --with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-bits=gmp';
+ extra_configure_flags='--disable-shared @extra_isl_gmp_configure_flags@';
+ extra_make_flags='V=1';
no_install= true; };
host_modules= { module= cloog; lib_path=.libs; bootstrap=true;
extra_configure_flags='--disable-shared --with-gmp-library=$$r/$(HOST_SUBDIR)/gmp/.libs --with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-bits=gmp --with-isl=system';