summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-05-14 17:46:45 +0200
committertege <tege@gmplib.org>2002-05-14 17:46:45 +0200
commit6b95da51e27f1301df02c06e3de61c7e8afa41c9 (patch)
treef5cddd173ce56967cab9493450c8a5a76a3b54f7
parent69875ad50a8a2654adb1787504953c994ce2222e (diff)
downloadgmp-6b95da51e27f1301df02c06e3de61c7e8afa41c9.tar.gz
(*-cray-unicos*): Pass -hscalar0 to work around compiler bug for mpz/import.c.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d6b2e1384..71bbfefb4 100644
--- a/configure.in
+++ b/configure.in
@@ -419,7 +419,7 @@ case $host in
*-cray-unicos*)
gmp_asm_syntax_testing=no
cclist="cc"
- cc_cflags="-O3 -htask0 -Wa,-B"
+ cc_cflags="-O3 -hscalar0 -htask0 -Wa,-B"
path="cray"
;;