[lttng-dev] [LTTng-ust patch] Added compatibilty for armv7l (Panda Board)
Adrien Vergé
adrien.verge at polymtl.ca
Mon Nov 12 14:50:42 EST 2012
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
More information about the lttng-dev
mailing list