diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-09-29 15:22:16 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-09-29 15:22:16 +0000 |
commit | 0dab2e31e5ab493233daf8e2feab24c6053fcb95 (patch) | |
tree | 6e68ca2d34c8eb014342421938a39f1720f9f2df /config/cloog.m4 | |
parent | e5d5f5ed43cb429c703a69dd9235874c59d430fe (diff) | |
download | binutils-gdb-0dab2e31e5ab493233daf8e2feab24c6053fcb95.tar.gz |
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.m4 | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/config/cloog.m4 b/config/cloog.m4 index 5193f4e45d7..a92ef2ea7bd 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" ] ) |