diff options
author | Sebastian Pop <s.pop@samsung.com> | 2015-12-17 18:50:05 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2015-12-17 18:50:05 +0000 |
commit | e357a5e03c2e6f3b1d51bebe3c57322b28950b0f (patch) | |
tree | 7f5e57b4637b32e153d20b7805595417c9f2990f /gcc/Makefile.in | |
parent | 616e2b4a9a5ca9f362f80c4a95a84353e342abe7 (diff) | |
download | gcc-e357a5e03c2e6f3b1d51bebe3c57322b28950b0f.tar.gz |
replace ISL with isl
From-SVN: r231784
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 1f698798aa2..726fcbb2148 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -365,7 +365,7 @@ ZLIBINC = @zlibinc@ GMPLIBS = @GMPLIBS@ GMPINC = @GMPINC@ -# How to find ISL +# How to find isl. ISLLIBS = @ISLLIBS@ ISLINC = @ISLINC@ |