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:
authorH.J. Lu <hjl.tools@gmail.com>2012-09-29 19:22:16 +0400
committerH.J. Lu <hjl.tools@gmail.com>2012-09-29 19:22:16 +0400
commit4969a3d8cc342e63004275807d098dc1ebedc595 (patch)
treedc3b7f82b827b4df8fa3e97e090a44ea7c303804 /config/cloog.m4
parenta54a918ff3ca46cfbffd2987182cb6abe077b36f (diff)
Sync config with GCC
2012-09-03 Richard Guenther <rguenther@suse.de> PR bootstrap/54138 * config/cloog.m4: Adjust for toplevel reorg. * config/isl.m4: Adjust.
Diffstat (limited to 'config/cloog.m4')
-rw-r--r--config/cloog.m412
1 files changed, 1 insertions, 11 deletions
diff --git a/config/cloog.m4 b/config/cloog.m4
index 5193f4e45..a92ef2ea7 100644
--- a/config/cloog.m4
+++ b/config/cloog.m4
@@ -22,12 +22,6 @@
# Initialize clooglibs/clooginc according to the user input.
AC_DEFUN([CLOOG_INIT_FLAGS],
[
- AC_ARG_WITH(cloog,
- [AS_HELP_STRING(
- [--with-cloog=PATH],
- [Specify prefix directory for the installed CLooG-PPL package.
- Equivalent to --with-cloog-include=PATH/include
- plus --with-cloog-lib=PATH/lib])])
AC_ARG_WITH([cloog-include],
[AS_HELP_STRING(
[--with-cloog-include=PATH],
@@ -72,11 +66,7 @@ AC_DEFUN([CLOOG_INIT_FLAGS],
fi
clooginc="-DCLOOG_INT_GMP ${clooginc}"
- clooglibs="${clooglibs} -lcloog-isl ${isllibs}"
-
- dnl Flags needed for CLOOG
- AC_SUBST(clooglibs)
- AC_SUBST(clooginc)
+ clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
]
)