From bdac72fd1c721e338eadb585c9bd4ac829254bdc Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 24 Jan 2013 15:42:18 -0500 Subject: [PATCH] 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 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.34.1