Commit 113c6c5c by Jack Howarth Committed by François-Xavier Coudert

isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.

	* config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
	* configure: Regenerated.

From-SVN: r218341
parent 9b9c2a97
2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
* config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
* configure: Regenerated.
2014-11-27 Bernd Schmidt <bernds@codesourcery.com> 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
* MAINTAINERS (nvptx port): New entry. * MAINTAINERS (nvptx port): New entry.
......
...@@ -69,7 +69,6 @@ AC_DEFUN([ISL_INIT_FLAGS], ...@@ -69,7 +69,6 @@ AC_DEFUN([ISL_INIT_FLAGS],
AC_MSG_WARN([using in-tree ISL, disabling version check]) AC_MSG_WARN([using in-tree ISL, disabling version check])
fi fi
islinc="-DCLOOG_INT_GMP ${islinc}"
isllibs="${isllibs} -lisl" isllibs="${isllibs} -lisl"
] ]
) )
......
...@@ -5939,7 +5939,6 @@ fi ...@@ -5939,7 +5939,6 @@ fi
$as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;} $as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
fi fi
islinc="-DCLOOG_INT_GMP ${islinc}"
isllibs="${isllibs} -lisl" isllibs="${isllibs} -lisl"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment