From 030bc3eb0a2e6e28d5e92f1177319af8eef5b9a9 Mon Sep 17 00:00:00 2001 From: tege Date: Tue, 14 May 2002 17:47:07 +0200 Subject: Regenerate for: (*-cray-unicos*): Pass -hscalar0 to work around compiler bug for mpz/import.c. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 43e6ebce3..70d923a52 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.421 . +# From configure.in Revision: 1.422 . # # # @@ -2058,7 +2058,7 @@ echo "include_mpn(\`alpha/default.m4')" >> $gmp_tmpconfigm4i *-cray-unicos*) gmp_asm_syntax_testing=no cclist="cc" - cc_cflags="-O3 -htask0 -Wa,-B" + cc_cflags="-O3 -hscalar0 -htask0 -Wa,-B" path="cray" ;; -- cgit v1.2.1