[svn-r6737] Purpose:

Update release notes

Description:
    Revise note about using -std=gnu99 for gcc 3.x to say -std=c99
This commit is contained in:
Quincey Koziol 2003-04-23 09:38:06 -05:00
parent 4f923a56ca
commit 813168aa4d

View File

@ -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