diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2012-03-03 05:00:33 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2012-03-03 05:00:33 (GMT) |
commit | cfc1dffd1489353c0fedf8d45df6579c73ddeb2c (patch) | |
tree | 4b37340df3b4d7bfd089337af8f7ea496aee413b /config/intel-flags | |
parent | f99cdd5afe2f86c83b502ca7b27e293d3a17eb45 (diff) | |
download | hdf5-cfc1dffd1489353c0fedf8d45df6579c73ddeb2c.zip hdf5-cfc1dffd1489353c0fedf8d45df6579c73ddeb2c.tar.gz hdf5-cfc1dffd1489353c0fedf8d45df6579c73ddeb2c.tar.bz2 |
[svn-r22020] Fix for HDFFV-7878.
gnu-flags
Don't add gcc flags for intel compiler even though its version display includes "gcc".
intel-flags
Extend intel version to include icc-12*.
Diffstat (limited to 'config/intel-flags')
-rw-r--r-- | config/intel-flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/intel-flags b/config/intel-flags index e6a9c31..1d01d7f 100644 --- a/config/intel-flags +++ b/config/intel-flags @@ -93,7 +93,7 @@ fi # Please follow the pattern below by adding new versions at the top, copying # the information from the previous version and adding modifications to that. case "$cc_vendor-$cc_version" in - icc-11*) + icc-11* | icc-12*) # -s became obsolete; we also fixed bugs that allow us to enable higher level # of optimization starting with 1.8.7 PROD_CFLAGS="-O3" |