diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-04-11 17:20:37 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-04-11 17:20:37 (GMT) |
commit | 031ddfdb587d29b4336ed7133555da8c691c4f7e (patch) | |
tree | 10a4b9b969bc7e71b0408f78638e4fbbef52238c /release_docs | |
parent | e804b4c75b06a0d28793a197d6511de2e781e0e5 (diff) | |
download | hdf5-031ddfdb587d29b4336ed7133555da8c691c4f7e.zip hdf5-031ddfdb587d29b4336ed7133555da8c691c4f7e.tar.gz hdf5-031ddfdb587d29b4336ed7133555da8c691c4f7e.tar.bz2 |
[svn-r6634] Purpose:
Mention that we are using -std=gnu99 instead of -ansi when compiling
with gcc 3.x
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index aa05b33..71608e6 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -201,6 +201,8 @@ Library Configuration ------------- + * When using gcc 3.x, we use -std=gnu99 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 the segmentation fault in the fortran test. The missing reference of |