From 5f16e07bbfd4d91d8a3892cb5a28fd2ad3ffdf96 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 27 Jan 2004 18:25:00 -0500 Subject: [svn-r8118] Purpose: improvement. Description: Created an entry for 2.96 and added -Wno-long-long to the CFLAGS to suppress the thousands of 'long long' warnings because we are using it and we know it is not in the C89 standard. Platforms tested: Only in verbena. Misc. update: --- config/gnu-flags | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/gnu-flags b/config/gnu-flags index 999a5b5..2b2f3f6 100644 --- a/config/gnu-flags +++ b/config/gnu-flags @@ -240,6 +240,15 @@ case "$cc_vendor-$cc_version" in # Flags are set cc_flags_set=yes ;; + + gcc-2.96*) + # -Wno-long-long to suppress the long long warnings since we want + # to use it though it is not in the C89 standard. + CFLAGS="$CFLAGS -Wno-long-long" + + # Flags are set + cc_flags_set=yes + ;; esac # Clear cc info if no flags set -- cgit v0.12