From: simon.marchi@polymtl.ca (Simon Marchi)
Subject: [lttng-dev] [PATCH v2 ust] Add compilation support for Tile architectures
Date: Thu, 24 Jan 2013 14:18:33 -0500 [thread overview]
Message-ID: <1359055113-25549-1-git-send-email-simon.marchi@polymtl.ca> (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
next reply other threads:[~2013-01-24 19:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-24 19:18 Simon Marchi [this message]
2013-01-24 20:43 ` Mathieu Desnoyers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1359055113-25549-1-git-send-email-simon.marchi@polymtl.ca \
--to=simon.marchi@polymtl.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox