summaryrefslogtreecommitdiffstats
path: root/config/gnu-flags
diff options
context:
space:
mode:
Diffstat (limited to 'config/gnu-flags')
-rw-r--r--config/gnu-flags9
1 files changed, 9 insertions, 0 deletions
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