Add compilation support for Tile architectures
[lttng-ust.git] / configure.ac
index 0749ce7ebd6cb9c3fa1fda5fad2a2d8775771743..ba529f38f6d5d9e8ad4deb9d9dec81dfaae8c97d 100644 (file)
@@ -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
 
This page took 0.022643 seconds and 4 git commands to generate.