mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
Better Mouse Trap^W^WBug Fix Description: Instead of having the large file support stuff be in the config/gnu-flags directory, I added it to the configure.in file so that it first checks for the syscall ``getdents64()''. If it finds it, then it removes the ``-malign-double'' flag if the GCC compiler is 2.95.x since this flag doesn't play well with the LFS stuff. Solution: Added test for getdents64(), if found it removes the -malign-double flag if the compiler is 2.95.x. This is done in the configure.in file. The gnu-flags file is returned to normal. A new field is added to the H5config.h.in file because of the getdents64 check. Platforms tested: Linux |
||
---|---|---|
.. | ||
site-specific | ||
BlankForm | ||
commence.in | ||
conclude.in | ||
dec-flags | ||
dec-osf4.x | ||
dec-osf5.x | ||
depend1.in | ||
depend2.in | ||
depend3.in | ||
depend4.in | ||
dependN.in | ||
freebsd | ||
gnu-flags | ||
hpux9.03 | ||
hpux10.20 | ||
hpux11.00 | ||
i386-pc-cygwin32 | ||
intel-osf1 | ||
irix5.x | ||
irix6.x | ||
linux-gnu | ||
linux-gnulibc1 | ||
linux-gnulibc2 | ||
powerpc-ibm-aix4.x | ||
rs6000-ibm-aix4.x | ||
solaris2.x | ||
sv1-cray | ||
unicos | ||
unicosmk | ||
unicosmk2.0.5.X | ||
unicosmk2.0.X |