[packages/clisp] rediff x32 patch

atler atler at pld-linux.org
Sun Jun 13 12:12:19 CEST 2021


commit b2bdc81edd4e349dd9090b46dbc9b8d2f3cb7e26
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Jun 13 10:09:49 2021 +0000

    rediff x32 patch

 x32.patch | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/x32.patch b/x32.patch
index 88cf347..55765d6 100644
--- a/x32.patch
+++ b/x32.patch
@@ -1,8 +1,8 @@
 --- clisp-2.49/src/lispbibl.d~	2016-10-23 08:56:52.000000000 +0200
 +++ clisp-2.49/src/lispbibl.d	2016-10-23 09:00:09.471732823 +0200
 @@ -203,8 +203,13 @@
-   #ifdef __ia64__
-     #define IA64
+       || defined(_M_IX86) || defined(_X86_) /* native Windows */
+     #define I80386
    #endif
 -  #if defined(__x86_64__) || defined(__amd64__)
 -    #define AMD64
@@ -14,5 +14,5 @@
 +      #define AMD64
 +    #endif
    #endif
-   #ifdef __s390__
-     #define S390
+   #if defined(arm) || defined(__arm) || defined(__arm__)
+     #define ARM
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/clisp.git/commitdiff/59a9c7a65faa5a63a75dbfb621e2837f940f4248



More information about the pld-cvs-commit mailing list