mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r4016] Purpose:
Code cleanup Description: Get ready for adding C99 extensions sometime in the future. Solution: Added some comments to the gcc flags.. Platforms tested: Linux (eirene), FreeBSD 4.3 (hawkwind)
This commit is contained in:
parent
609950e388
commit
5f113eac84
@ -160,7 +160,17 @@ case "$cc_vendor-$cc_version" in
|
||||
cc_flags_set=yes
|
||||
;;
|
||||
|
||||
gcc-2.95*)
|
||||
gcc-2.95.[3456789])
|
||||
# Start using the C99 Standard's extensions (long long, etc.)
|
||||
# (Not quite yet... -QAK)
|
||||
# General
|
||||
#CFLAGS="$CFLAGS -std=c9x"
|
||||
|
||||
# Flags are set
|
||||
cc_flags_set=yes
|
||||
;;
|
||||
|
||||
gcc-2.95.[12])
|
||||
# No changes from default GCC flags...
|
||||
|
||||
# Flags are set
|
||||
|
Loading…
Reference in New Issue
Block a user