X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=ba529f38f6d5d9e8ad4deb9d9dec81dfaae8c97d;hb=bdac72fd1c721e338eadb585c9bd4ac829254bdc;hp=0749ce7ebd6cb9c3fa1fda5fad2a2d8775771743;hpb=c68670d0bc085c7d45f70c75bc22225870733bb0;p=lttng-ust.git 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