Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
39986460
Commit
39986460
authored
Nov 19, 2010
by
Tobias Grosser
Committed by
Tobias Grosser
Nov 19, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/cloog.m4: Use AS_HELP_STRING and fix help formatting.
From-SVN: r166962
parent
28d4beb9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
ChangeLog
+4
-0
config/cloog.m4
+3
-4
configure
+3
-4
No files found.
ChangeLog
View file @
39986460
2010-11-19 Tobias Grosser <grosser@fim.uni-passau.de>
* config/cloog.m4: Use AS_HELP_STRING and fix help formatting.
2010-11-19 Ian Lance Taylor <iant@google.com>
2010-11-19 Ian Lance Taylor <iant@google.com>
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
...
...
config/cloog.m4
View file @
39986460
...
@@ -38,10 +38,9 @@ AC_DEFUN([CLOOG_INIT_FLAGS],
...
@@ -38,10 +38,9 @@ AC_DEFUN([CLOOG_INIT_FLAGS],
[Specify the directory for the installed CLooG library])])
[Specify the directory for the installed CLooG library])])
AC_ARG_ENABLE(cloog-backend,
AC_ARG_ENABLE(cloog-backend,
[ --enable-cloog-backend[=backend]
[AS_HELP_STRING(
isl: The cloog.org isl backend
[--enable-cloog-backend[[=BACKEND]]],
ppl-legacy: The legacy ppl backend - default
[set the CLooG BACKEND used to either isl, ppl or ppl-legacy (default)])],
ppl: The cloog.org ppl backend],
[ if test "x${enableval}" = "xisl"; then
[ if test "x${enableval}" = "xisl"; then
cloog_backend=isl
cloog_backend=isl
elif test "x${enableval}" = "xppl"; then
elif test "x${enableval}" = "xppl"; then
...
...
configure
View file @
39986460
...
@@ -1455,10 +1455,9 @@ Optional Features:
...
@@ -1455,10 +1455,9 @@ Optional Features:
--enable-libssp build libssp directory
--enable-libssp build libssp directory
--enable-build-with-cxx build with C++ compiler instead of C compiler
--enable-build-with-cxx build with C++ compiler instead of C compiler
--disable-ppl-version-check disable check for PPL version
--disable-ppl-version-check disable check for PPL version
--enable-cloog-backend=backend
--enable-cloog-backend[=BACKEND]
isl: The cloog.org isl backend
set the CLooG BACKEND used to either isl, ppl or
ppl-legacy: The legacy ppl backend - default
ppl-legacy (default)
ppl: The cloog.org ppl backend
--disable-cloog-version-check
--disable-cloog-version-check
disable check for CLooG version
disable check for CLooG version
--enable-lto enable link time optimization support
--enable-lto enable link time optimization support
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment