cross-compile: set default stack direction to down

Signed-off-by: Daniel Kochmański <dkochmanski@turtle-solutions.eu>
This commit is contained in:
Daniel Kochmański 2015-07-03 15:58:13 +02:00
parent 1d4b9284c5
commit 359463a463

2
src/configure vendored
View file

@ -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