[lttng-dev] [PATCH v2 ust] Add compilation support for Tile architectures
Simon Marchi
simon.marchi at polymtl.ca
Thu Jan 24 14:18:33 EST 2013
Also add missing space on the mips line for OCD purposes.
Signed-off-by: Simon Marchi <simon.marchi at polymtl.ca>
---
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index c4377a5..919b742 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,7 +189,8 @@ changequote([,])dnl
s390) NO_UNALIGNED_ACCESS=1 ;;
s390x) NO_UNALIGNED_ACCESS=1 ;;
arm*) NO_UNALIGNED_ACCESS=1 ;;
- mips*) NO_UNALIGNED_ACCESS=1;;
+ mips*) NO_UNALIGNED_ACCESS=1 ;;
+ tile*) NO_UNALIGNED_ACCESS=1 ;;
*) AC_MSG_ERROR([unable to detect alignment requirements (unsupported architecture ($host_cpu)?)]) ;;
esac
--
1.7.1
More information about the lttng-dev
mailing list