summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-06-15 19:14:12 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-06-15 19:14:12 +0000
commitdba6cd9abf46b7368c43e668513cf6734b3c41d1 (patch)
tree876a214449e5ab4d13ab6a9f378a71a0bc494568 /ChangeLog
parentf1ab2098f913a9f200787a9e9011cb80f11a30f2 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- The Intel C Compiler (icc) claims to be gcc compatible, but trys to interprets unknown options without error with fatal results... 2006-06-15 Thorsten Kukuk <kukuk@thkukuk.de> * configure.in: Add special exceptions for icc: different compiler warnings, no PIE support.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0923a816..24f437c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-15 Thorsten Kukuk <kukuk@thkukuk.de>
+
+ * configure.in: Add special exceptions for icc: different
+ compiler warnings, no PIE support.
+
2006-06-14 Thorsten Kukuk <kukuk@thkukuk.de>
* libpam/pam_misc.c (_pam_strdup): Use strlen and strcpy.