From 359463a463359323e45b3f230e1f94dee58e2e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Fri, 3 Jul 2015 15:58:13 +0200 Subject: [PATCH] cross-compile: set default stack direction to down MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel KochmaƄski --- src/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure b/src/configure index ddbe3b55a..821492b19 100755 --- a/src/configure +++ b/src/configure @@ -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