]> git.pld-linux.org Git - packages/clisp.git/blob - x32.patch
- up to 2.50
[packages/clisp.git] / x32.patch
1 --- clisp-2.49/src/lispbibl.d~  2016-10-23 08:56:52.000000000 +0200
2 +++ clisp-2.49/src/lispbibl.d   2016-10-23 09:00:09.471732823 +0200
3 @@ -203,8 +203,13 @@
4    #ifdef __ia64__
5      #define IA64
6    #endif
7 -  #if defined(__x86_64__) || defined(__amd64__)
8 -    #define AMD64
9 +  #if defined(__x86_64__) || defined(__amd64__)
10 +    #if defined(__ILP32__)
11 +      #define I80386
12 +      #define NO_ARI_ASM
13 +    #else
14 +      #define AMD64
15 +    #endif
16    #endif
17    #ifdef __s390__
18      #define S390
This page took 0.075475 seconds and 3 git commands to generate.