From mboxrd@z Thu Jan 1 00:00:00 1970 From: mathieu.desnoyers@efficios.com (Mathieu Desnoyers) Date: Thu, 24 Jan 2013 15:43:17 -0500 Subject: [lttng-dev] [PATCH v2 ust] Add compilation support for Tile architectures In-Reply-To: <1359055113-25549-1-git-send-email-simon.marchi@polymtl.ca> References: <1359055113-25549-1-git-send-email-simon.marchi@polymtl.ca> Message-ID: <20130124204317.GB9009@Krystal> * 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 > --- > 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