diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-04-23 14:38:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-04-23 14:38:06 (GMT) |
commit | 813168aa4d012dd243161a7dd9084788ef2ebfcf (patch) | |
tree | b04baac6c548021ccf7e3f5fbbe2c9174da5ac1d /release_docs | |
parent | 4f923a56ca79cf19758351ad8e49366fbf2916c7 (diff) | |
download | hdf5-813168aa4d012dd243161a7dd9084788ef2ebfcf.zip hdf5-813168aa4d012dd243161a7dd9084788ef2ebfcf.tar.gz hdf5-813168aa4d012dd243161a7dd9084788ef2ebfcf.tar.bz2 |
[svn-r6737] Purpose:
Update release notes
Description:
Revise note about using -std=gnu99 for gcc 3.x to say -std=c99
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 15fb116..aa9e454 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -207,7 +207,7 @@ Configuration * Included the both the examples of fortran and c++ "make check-install" testing. This tests the correctness of the h5fc command. AKC - 2003/04/22 - * When using gcc 3.x, we use -std=gnu99 instead of -ansi for compiling. + * When using gcc 3.x, we use -std=c99 instead of -ansi for compiling. QAK - 2003/04/11 * IA64 platform has its own configure setting and use Intel Compilers as the default compilers (were gcc and pgf90 before.) This also eliminated |