diff options
author | grosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-19 22:10:27 +0000 |
---|---|---|
committer | grosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-19 22:10:27 +0000 |
commit | 8cc5f86b3b194c6bd880cfe1c1be261116e3e130 (patch) | |
tree | 2936b70e5706ba5c3489423c23fd37ef569db9e5 /configure | |
parent | 27b1bdf732a8cec860064d33d7cafe4f6835d3f3 (diff) | |
download | gcc-8cc5f86b3b194c6bd880cfe1c1be261116e3e130.tar.gz |
* config/cloog.m4: Use AS_HELP_STRING and fix help formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166962 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/configure b/configure index f224ab61915..c463e198d0a 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 |