ecl: fix 64bit cross conf files

Use 64 bit type for CL_FIXNUM_...
This commit is contained in:
Jürgen Buchmüller 2020-04-27 16:58:53 +02:00
parent b848785331
commit 262c517817
4 changed files with 20 additions and 20 deletions

View file

@ -12,12 +12,12 @@
ECL_STACK_DIR=down
### 1.2) Choose an integer datatype which is large enough to host a pointer
CL_FIXNUM_TYPE=int
CL_FIXNUM_BITS=32
CL_FIXNUM_MAX=536870911L
CL_FIXNUM_MIN=-536870912L
CL_FIXNUM_TYPE="long long int"
CL_FIXNUM_BITS=64
CL_FIXNUM_MAX=2305843009213693951LL
CL_FIXNUM_MIN=-2305843009213693952LL
CL_INT_BITS=32
CL_LONG_BITS=32
CL_LONG_BITS=64
### 1.3) Order of bytes within a word
ECL_BIGENDIAN=yes

View file

@ -12,12 +12,12 @@
ECL_STACK_DIR=down
### 1.2) Choose an integer datatype which is large enough to host a pointer
CL_FIXNUM_TYPE=int
CL_FIXNUM_BITS=32
CL_FIXNUM_MAX=536870911L
CL_FIXNUM_MIN=-536870912L
CL_FIXNUM_TYPE="long long int"
CL_FIXNUM_BITS=64
CL_FIXNUM_MAX=2305843009213693951LL
CL_FIXNUM_MIN=-2305843009213693952LL
CL_INT_BITS=32
CL_LONG_BITS=32
CL_LONG_BITS=64
### 1.3) Order of bytes within a word
ECL_BIGENDIAN=yes

View file

@ -12,12 +12,12 @@
ECL_STACK_DIR=down
### 1.2) Choose an integer datatype which is large enough to host a pointer
CL_FIXNUM_TYPE=int
CL_FIXNUM_BITS=32
CL_FIXNUM_MAX=536870911L
CL_FIXNUM_MIN=-536870912L
CL_FIXNUM_TYPE="long long int"
CL_FIXNUM_BITS=64
CL_FIXNUM_MAX=2305843009213693951LL
CL_FIXNUM_MIN=-2305843009213693952LL
CL_INT_BITS=32
CL_LONG_BITS=32
CL_LONG_BITS=64
### 1.3) Order of bytes within a word
ECL_BIGENDIAN=no

View file

@ -12,12 +12,12 @@
ECL_STACK_DIR=down
### 1.2) Choose an integer datatype which is large enough to host a pointer
CL_FIXNUM_TYPE=int
CL_FIXNUM_BITS=32
CL_FIXNUM_MAX=536870911L
CL_FIXNUM_MIN=-536870912L
CL_FIXNUM_TYPE="long long int"
CL_FIXNUM_BITS=64
CL_FIXNUM_MAX=2305843009213693951LL
CL_FIXNUM_MIN=-2305843009213693952LL
CL_INT_BITS=32
CL_LONG_BITS=32
CL_LONG_BITS=64
### 1.3) Order of bytes within a word
ECL_BIGENDIAN=no