[svn-r5309] Purpose:

Configure cleanup

Description:
    Neaten up file a bit more...

Platforms tested:
    Linux 2.2 (eirene) with gcc 2.95.2 and Solaris 2.6 (baldric) with gcc 2.8.1
This commit is contained in:
Quincey Koziol 2002-05-01 10:14:52 -05:00
parent 214aa4a367
commit f3671809b5

View File

@ -151,7 +151,7 @@ case "$cc_vendor-$cc_version" in
gcc-2.8*)
# General
CFLAGS="$CFLAGS $ARCH -Wsign-compare"
# No changes from default GCC flags...
# Production
PROD_CFLAGS="$PROD_CFLAGS -fschedule-insns2"
@ -161,7 +161,7 @@ case "$cc_vendor-$cc_version" in
;;
gcc-2.95*)
# Append some extra warning flags that only gcc3+ know about
# Append some extra warning flags that only gcc2.95+ know about
CFLAGS="$CFLAGS -Wno-long-long"
# Flags are set