summaryrefslogtreecommitdiffstats
path: root/config/intel-flags
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2012-03-09 21:50:36 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2012-03-09 21:50:36 (GMT)
commite4850a716f476b5c802a60be14b3ac4781f7bd47 (patch)
tree3d38101d4a3a7235e77c4be4015ebd9b9f1c1e95 /config/intel-flags
parentbffb2fc65ff676a8ff59e1ab8742f6ca0f64c7c4 (diff)
downloadhdf5-e4850a716f476b5c802a60be14b3ac4781f7bd47.zip
hdf5-e4850a716f476b5c802a60be14b3ac4781f7bd47.tar.gz
hdf5-e4850a716f476b5c802a60be14b3ac4781f7bd47.tar.bz2
[svn-r22039] 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*. Tested on jam, koal, ostrich with h5committest. Chedcked in to trnk last week.
Diffstat (limited to 'config/intel-flags')
-rw-r--r--config/intel-flags2
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"