[Sawfish] [PATCH] librep stack direction for arm |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
Assume stack direction downwards on arm platform. This is similar to
patch 396bd1f34280a4c7e578db234cb5ecab940b864d which fixed it on
x86_64 platform.
Also removes tailing white spaces.
diff --git a/configure.in b/configure.in
index 1ce07e0..48fb032 100644
--- a/configure.in
+++ b/configure.in
@@ -536,7 +536,7 @@ AC_ARG_WITH(stack-direction,
[with_stack_direction=unknown])
if test "${with_stack_direction}" = unknown; then
case ${host_cpu} in
- sparc|i?86|powerpc|x86_64)
+ sparc|i?86|powerpc|x86_64|armv7l|armv5tel)
AC_MSG_RESULT([assuming downwards])
with_stack_direction="-1"
;;
@@ -628,7 +628,7 @@ fi
echo "
== == == == == == == == == == == == ==
-
+
librep: $version
== == == == == == == == == == == == ==
@@ -638,7 +638,7 @@ echo "
libdir: $libdir
== == == == == == == == == == == == ==
-
+
compiler: $CC
cflags: $CFLAGS $DEVELOPMENT_CFLAGS
preprocessor: $CPP
@@ -652,7 +652,7 @@ echo "
libgdbm: yes
readline: $with_readline
libffi: $with_ffi
-
+
== == == == == == == == == == == == ==
"
--
Sawfish ML