From mboxrd@z Thu Jan 1 00:00:00 1970 From: simon.marchi@polymtl.ca (Simon Marchi) Date: Thu, 24 Jan 2013 14:18:33 -0500 Subject: [lttng-dev] [PATCH v2 ust] Add compilation support for Tile architectures Message-ID: <1359055113-25549-1-git-send-email-simon.marchi@polymtl.ca> Also add missing space on the mips line for OCD purposes. Signed-off-by: Simon Marchi --- 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