mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
cross-compile: set default stack direction to down
Signed-off-by: Daniel Kochmański <dkochmanski@turtle-solutions.eu>
This commit is contained in:
parent
1d4b9284c5
commit
359463a463
1 changed files with 1 additions and 1 deletions
2
src/configure
vendored
2
src/configure
vendored
|
|
@ -4785,7 +4785,7 @@ if test "x${cross_compiling}" = "xyes"; then
|
|||
### it before invoking "configure" again.
|
||||
|
||||
### 1.1) Direction of growth of the stack
|
||||
ECL_STACK_DIR=up
|
||||
ECL_STACK_DIR=down
|
||||
|
||||
### 1.2) Choose an integer datatype which is large enough to host a pointer
|
||||
CL_FIXNUM_TYPE=int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue