diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-12-04 08:45:33 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-12-04 08:45:33 +0000 |
commit | b4cec6497943525845bbf5b9c84d902e35901e77 (patch) | |
tree | 938c38f49da3ccb0d52d00f244d1211313e09926 /config | |
parent | 7652be4f7c8c3e5a9d7aae0de3ab68ea8c31a8c6 (diff) | |
download | gcc-b4cec6497943525845bbf5b9c84d902e35901e77.tar.gz |
* config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218341 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/isl.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/isl.m4 b/config/isl.m4 index 0eece37bc9a..459fac1e3e7 100644 --- a/config/isl.m4 +++ b/config/isl.m4 @@ -69,7 +69,6 @@ AC_DEFUN([ISL_INIT_FLAGS], AC_MSG_WARN([using in-tree ISL, disabling version check]) fi - islinc="-DCLOOG_INT_GMP ${islinc}" isllibs="${isllibs} -lisl" ] ) |