diff options
author | hasso <hasso> | 2005-03-27 13:07:23 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-03-27 13:07:23 +0000 |
commit | 1969e4b9631288979f5f7df6dcaddb86ab32950e (patch) | |
tree | 3d4b9e877a29895581612e8a02216edbe0ab2148 /ChangeLog | |
parent | 44f8a757904a58bbff8b6a976722e1e21f439af2 (diff) |
* configure.ac: Add Intel compiler (icc) support. Although Intel
tries really hard to make icc look like gcc, there are some
differences. It's very verbose with -Wall and it doesn't support
the individual -W options. We are going to ignore some of these
warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-03-27 Hasso Tepper <hasso at quagga.net> + + * configure.ac: Add Intel compiler (icc) support. Although Intel + tries really hard to make icc look like gcc, there are some + differences. It's very verbose with -Wall and it doesn't support + the individual -W options. We are going to ignore some of these + warnings. + 2005-03-26 Hasso Tepper <hasso at quagga.net> * doc/defines.texi.in, lib/version.h.in: Update copyright string to |