[lttng-dev] [LTTng-ust patch] Added compatibilty for armv7l (Panda Board)
Mathieu Desnoyers
mathieu.desnoyers at efficios.com
Mon Nov 12 15:42:01 EST 2012
The following master branch commit makes this patch unnecessary:
commit dca6e79f31143ffc08f8bd5ef832f820fe4546bf
Author: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>
Date: Mon Nov 12 15:40:15 2012 -0500
Remove LIBFORMAT config declaration, unused
Remove leftover from UST 0.x. Not needed anymore.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>
Thanks,
Mathieu
* Adrien Vergé (adrien.verge at polymtl.ca) wrote:
> Signed-off-by: Adrien Vergé <adrien.verge at polymtl.ca>
> ---
> configure.ac | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configure.ac b/configure.ac
> index 91ad8d9..9e94668 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -209,6 +209,7 @@ changequote([,])dnl
> s390) LIBFORMAT="elf32-s390"; NO_UNALIGNED_ACCESS=1 ;;
> s390x) LIBFORMAT="elf64-s390"; NO_UNALIGNED_ACCESS=1 ;;
> armv5) LIBFORMAT="elf32-littlearm"; NO_UNALIGNED_ACCESS=1 ;;
> + armv7l) LIBFORMAT="elf32-littlearm"; NO_UNALIGNED_ACCESS=1 ;;
> arm) LIBFORMAT="elf32-littlearm"; NO_UNALIGNED_ACCESS=1 ;;
> mips*) LIBFORMAT=""; NO_UNALIGNED_ACCESS=1;;
> *) AC_MSG_ERROR([unable to detect library format (unsupported architecture ($host_cpu)?)]) ;;
> --
> 1.7.11.7
>
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list