From: Simon Marchi Date: Thu, 24 Jan 2013 20:42:18 +0000 (-0500) Subject: Add compilation support for Tile architectures X-Git-Tag: v2.2.0-rc1~91 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=bdac72fd1c721e338eadb585c9bd4ac829254bdc Add compilation support for Tile architectures Also add missing space on the mips line for OCD purposes. Signed-off-by: Simon Marchi Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 0749ce7e..ba529f38 100644 --- a/configure.ac +++ b/configure.ac @@ -201,7 +201,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