Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2010-11-20 23:31:10 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2010-11-20 23:31:10 +0300
commit128691ed1bd73307acf6cade7d53fa1fb691474f (patch)
tree26ccbadee68fc03d3aeaad077dc89bd2edaba738 /config/cloog.m4
parent6f396dc7c08599802ff9135a5680a6f1e8a560a5 (diff)
sync toplevel with gcc
Diffstat (limited to 'config/cloog.m4')
-rw-r--r--config/cloog.m47
1 files changed, 3 insertions, 4 deletions
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