[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

clisp on Linux/sparc64



Hi Peter,

I see in
https://buildd.debian.org/status/package.php?p=clisp&suite=sid
that on sparc64, there are massive test failures of the arithmetic
subsystem.(*) To fix this, I would suggest to add -DNO_ARI_ASM
to the CFLAGS or CPPFLAGS — only for that platform. An easy way
to do this is through the patch below.

(*) I don't see these failures in my two Linux/sparc64 machines.

Bruno


diff --git a/src/makemake.in b/src/makemake.in
index 1f20adf52..ad829a464 100644
--- a/src/makemake.in
+++ b/src/makemake.in
@@ -1799,7 +1799,7 @@ else
 
       # Linux/sparc64
       linux*--sparc64)
-        Z_XCFLAGS="$Z_XCFLAGS -DNO_ASM"
+        Z_XCFLAGS="$Z_XCFLAGS -DNO_ASM -DNO_ARI_ASM"
         ;;
 
       # FreeBSD/x86_64




Reply to: