File: sparc64-fix.patch

package info (click to toggle)
clisp 1%3A2.49.20250504.gitf662209-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 57,732 kB
  • sloc: lisp: 124,909; ansic: 83,890; xml: 27,431; sh: 11,077; fortran: 7,307; makefile: 1,456; perl: 164; sed: 13
file content (20 lines) | stat: -rw-r--r-- 579 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Fixed build problems on sparc64
 As suggested by upstream to fix build problems on the buildd systems.
Author: Bruno Haible <bruno@clisp.org>
Origin: upstream
Forwarded: not needed
Reviewed-by: pvaneynd@debian.org
Last-Update: 2024-11-19
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- clisp.orig/src/makemake.in
+++ clisp/src/makemake.in
@@ -1799,7 +1799,7 @@
 
       # Linux/sparc64
       linux*--sparc64)
-        Z_XCFLAGS="$Z_XCFLAGS -DNO_ASM"
+        Z_XCFLAGS="$Z_XCFLAGS -DNO_ASM -DNO_ARI_ASM"
         ;;
 
       # Hurd/x86_64