30 May 2012 15:20
Fw: [PATCH] librep stack direction for arm (v2)
Kim B. Heino <b <at> bbbs.net>
2012-05-30 13:20:21 GMT
2012-05-30 13:20:21 GMT
Assume stack direction downwards on all ARM platforms. 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
<at> <at> -536,7 +536,7 <at> <at> 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|armv*)
AC_MSG_RESULT([assuming downwards])
with_stack_direction="-1"
;;
<at> <at> -628,7 +628,7 <at> <at> fi
echo "
== == == == == == == == == == == == ==
-
+
librep: $version
== == == == == == == == == == == == ==
<at> <at> -638,7 +638,7 <at> <at> echo "
libdir: $libdir
(Continue reading)
RSS Feed