All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH lttng-ust] Add aarch64 support to configure
@ 2015-06-18 14:41 Michael Jeanson
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Jeanson @ 2015-06-18 14:41 UTC (permalink / raw)
  To: lttng-dev

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index f84f426..971cf54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -238,6 +238,7 @@ changequote([,])dnl
 	s390) NO_UNALIGNED_ACCESS=1 ;;
 	s390x) NO_UNALIGNED_ACCESS=1 ;;
         arm*) NO_UNALIGNED_ACCESS=1 ;;
+	aarch64) 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)?)]) ;;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH lttng-ust] Add aarch64 support to configure
       [not found] <1434638515-20300-1-git-send-email-mjeanson@efficios.com>
@ 2015-06-18 14:53 ` Mathieu Desnoyers
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Desnoyers @ 2015-06-18 14:53 UTC (permalink / raw)
  To: Michael Jeanson; +Cc: lttng-dev

merged into master and stable-2.6, thanks!

Mathieu

----- On Jun 18, 2015, at 10:41 AM, Michael Jeanson mjeanson@efficios.com wrote:

> Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
> ---
> configure.ac | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/configure.ac b/configure.ac
> index f84f426..971cf54 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -238,6 +238,7 @@ changequote([,])dnl
> 	s390) NO_UNALIGNED_ACCESS=1 ;;
> 	s390x) NO_UNALIGNED_ACCESS=1 ;;
>         arm*) NO_UNALIGNED_ACCESS=1 ;;
> +	aarch64) 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)?)]) ;;
> --
> 1.9.1

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-18 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1434638515-20300-1-git-send-email-mjeanson@efficios.com>
2015-06-18 14:53 ` [PATCH lttng-ust] Add aarch64 support to configure Mathieu Desnoyers
2015-06-18 14:41 Michael Jeanson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.