From c20d60058eed5b6494a56b7636e458b7101cbc3b Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 19 Jan 2001 17:13:50 -0500 Subject: [svn-r3314] Purpose: Feature Fix Description: This checks before printing the warning message about hsizet type if the user specified --disable-hsizet on the command line. Platforms tested: Linux --- config/gnu-flags | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/gnu-flags b/config/gnu-flags index 99c9419..eb6ea3a 100644 --- a/config/gnu-flags +++ b/config/gnu-flags @@ -50,14 +50,16 @@ EOF # Current EGCS compilers have problems with `long long' and register # allocation when optimizations are turned on for x86 systems. elif test egcs = $cc_vendor -a $cc_vers_all -le 2091066; then - cat <