From 76bcf91b27cdb0cadf31d3b736bb93752db25d7d Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 27 Jan 2004 18:26:17 -0500 Subject: [svn-r8119] 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: Eirene. --- config/gnu-flags | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/gnu-flags b/config/gnu-flags index 98b7e02..e8ffbf9 100644 --- a/config/gnu-flags +++ b/config/gnu-flags @@ -236,6 +236,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