[lttng-dev] [PATCH v2 ust] Add compilation support for Tile architectures

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Thu Jan 24 15:43:17 EST 2013


* Simon Marchi (simon.marchi at polymtl.ca) wrote:
> Also add missing space on the mips line for OCD purposes.

Merged, thanks!

Mathieu

> 
> Signed-off-by: Simon Marchi <simon.marchi at polymtl.ca>
> ---
>  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
> 
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list