aboutsummaryrefslogtreecommitdiff
path: root/config/ChangeLog
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2012-07-03 09:26:58 +0000
committerRainer Orth <ro@gcc.gnu.org>2012-07-03 09:26:58 +0000
commit90d4f2330e4aa883d164d4ca4401b70443006950 (patch)
tree55e6f6c8aae9d906ef6a5a002e107dfec492f2be /config/ChangeLog
parentb83053bf4288fa0fe49eb55027174f9bc4600c43 (diff)
downloadgcc-90d4f2330e4aa883d164d4ca4401b70443006950.zip
gcc-90d4f2330e4aa883d164d4ca4401b70443006950.tar.gz
gcc-90d4f2330e4aa883d164d4ca4401b70443006950.tar.bz2
Fix ISL check with static libisl
toplevel: * configure: Regenerate. config: * isl.m4 (ISL_CHECK_VERSION): Add -lisl to LIBS, not LDFLAGS. From-SVN: r189207
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index c2c93fc..aa4e0a3 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * isl.m4 (ISL_CHECK_VERSION): Add -lisl to LIBS, not LDFLAGS.
+
2012-07-02 Richard Guenther <rguenther@suse.de>
* isl.m4 (_ISL_CHECK_CT_PROG): Omit main function header/footer.