From 128691ed1bd73307acf6cade7d53fa1fb691474f Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sat, 20 Nov 2010 20:31:10 +0000 Subject: [PATCH] sync toplevel with gcc --- ChangeLog | 4 ++++ config/ChangeLog | 18 ++++++++++++++++++ config/cloog.m4 | 7 +++---- configure | 7 +++---- 4 files changed, 28 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index f90cfbe2b..21e587768 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-11-20 Paolo Bonzini + + * configure: Regenerate. + 2010-11-20 Ralf Wildenhues PR other/46202 diff --git a/config/ChangeLog b/config/ChangeLog index e3d62489e..5633e8c32 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -2,6 +2,24 @@ * cloog.m4 (CLOOG_INIT_FLAGS): Fix spelling in option names. +2010-11-12 Tobias Grosser + + * cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to + define the cloog backend to use. Furthermore, only pass the ppllibs to + the configure checks, if necessary. + +2010-11-12 Tobias Grosser + + * cloog.m4: Use CLooG predefined macro to check for CLooG PPL. + +2010-11-12 Tobias Grosser + + * cloog.m4: Fix typo. verison -> version. + +2010-11-12 Tobias Grosser + + * cloog.m4: Pass ppl libraries to the CLooG version check. + 2010-11-11 Jan Hubicka * bootstrap-lto: Use -flto. diff --git a/config/cloog.m4 b/config/cloog.m4 index 96ebd4d13..e1eb9e836 100644 --- a/config/cloog.m4 +++ b/config/cloog.m4 @@ -38,10 +38,9 @@ AC_DEFUN([CLOOG_INIT_FLAGS], [Specify the directory for the installed CLooG library])]) AC_ARG_ENABLE(cloog-backend, - [ --enable-cloog-backend[=backend] - isl: The cloog.org isl backend - ppl-legacy: The legacy ppl backend - default - ppl: The cloog.org ppl backend], + [AS_HELP_STRING( + [--enable-cloog-backend[[=BACKEND]]], + [set the CLooG BACKEND used to either isl, ppl or ppl-legacy (default)])], [ if test "x${enableval}" = "xisl"; then cloog_backend=isl elif test "x${enableval}" = "xppl"; then diff --git a/configure b/configure index 28f4c9ff9..847727beb 100755 --- a/configure +++ b/configure @@ -1455,10 +1455,9 @@ Optional Features: --enable-libssp build libssp directory --enable-build-with-cxx build with C++ compiler instead of C compiler --disable-ppl-version-check disable check for PPL version - --enable-cloog-backend=backend - isl: The cloog.org isl backend - ppl-legacy: The legacy ppl backend - default - ppl: The cloog.org ppl backend + --enable-cloog-backend[=BACKEND] + set the CLooG BACKEND used to either isl, ppl or + ppl-legacy (default) --disable-cloog-version-check disable check for CLooG version --enable-lto enable link time optimization support