[lttng-dev] [PATCH lttng-ust] Add compilation support for the TileGX architecture.

Simon Marchi simon.marchi at polymtl.ca
Fri Nov 9 01:48:31 EST 2012


Signed-off-by: Simon Marchi <simon.marchi at polymtl.ca>
---
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7f12f23..97a9f65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -213,6 +213,7 @@ changequote([,])dnl
         armv5) LIBFORMAT="elf32-littlearm"; NO_UNALIGNED_ACCESS=1 ;;
 	arm) LIBFORMAT="elf32-littlearm"; NO_UNALIGNED_ACCESS=1 ;;
 	mips*) LIBFORMAT=""; NO_UNALIGNED_ACCESS=1;;
+	tile) LIBFORMAT="elf64-tilegx-le"; NO_UNALIGNED_ACCESS=1;;
 	*) AC_MSG_ERROR([unable to detect library format (unsupported architecture ($host_cpu)?)]) ;;
 esac
 AC_SUBST(LIBFORMAT)
-- 
1.7.1




More information about the lttng-dev mailing list