* [lttng-dev] [PATCH v2 ust] Add compilation support for Tile architectures
@ 2013-01-24 19:18 Simon Marchi
2013-01-24 20:43 ` Mathieu Desnoyers
0 siblings, 1 reply; 2+ messages in thread
From: Simon Marchi @ 2013-01-24 19:18 UTC (permalink / raw)
Also add missing space on the mips line for OCD purposes.
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [lttng-dev] [PATCH v2 ust] Add compilation support for Tile architectures
2013-01-24 19:18 [lttng-dev] [PATCH v2 ust] Add compilation support for Tile architectures Simon Marchi
@ 2013-01-24 20:43 ` Mathieu Desnoyers
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Desnoyers @ 2013-01-24 20:43 UTC (permalink / raw)
* 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-24 20:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-24 19:18 [lttng-dev] [PATCH v2 ust] Add compilation support for Tile architectures Simon Marchi
2013-01-24 20:43 ` Mathieu Desnoyers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox