[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:
Quincey Koziol 2001-06-19 11:19:34 -05:00
parent 609950e388
commit 5f113eac84

View File

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