diff options
author | Robert E. McGrath <mcgrath@ncsa.uiuc.edu> | 2004-08-19 15:58:07 (GMT) |
---|---|---|
committer | Robert E. McGrath <mcgrath@ncsa.uiuc.edu> | 2004-08-19 15:58:07 (GMT) |
commit | 2f7d90c0da893606e8225261aec91949d51efd4a (patch) | |
tree | 92d240e033a2e665014a36dddc767b0e8518827e /config | |
parent | 3ac10b282ba334ef2da907a8614b05c2b7ee03c8 (diff) | |
download | hdf5-2f7d90c0da893606e8225261aec91949d51efd4a.zip hdf5-2f7d90c0da893606e8225261aec91949d51efd4a.tar.gz hdf5-2f7d90c0da893606e8225261aec91949d51efd4a.tar.bz2 |
[svn-r9119] Purpose:
Fix to config for ia64-linux (C++)
Description:
missing character in config file
Solution:
add the missing character
Platforms tested:
'hal'
Misc. update:
Diffstat (limited to 'config')
-rw-r--r-- | config/ia64-linux-gnu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ia64-linux-gnu b/config/ia64-linux-gnu index 938466c..85ad2b7 100644 --- a/config/ia64-linux-gnu +++ b/config/ia64-linux-gnu @@ -121,7 +121,7 @@ case $CXX_BASENAME in *) # Default to C99 standard. - CXXFLAGS="${CXXFLAGS:-std=c99}" + CXXFLAGS="${CXXFLAGS:--std=c99}" DEBUG_CXXFLAGS="-g -w2 -Wall" DEBUG_CPPFLAGS= PROD_CXXFLAGS="" #Default optimization O2 is used |