Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: paulmck@linux.vnet.ibm.com (Paul E. McKenney)
Subject: [ltt-dev] [PATCH 2/4] Add ia64 architecture based on gcc primitives
Date: Thu, 17 Jun 2010 15:12:40 -0700	[thread overview]
Message-ID: <1276812762-23535-2-git-send-email-paulmck@linux.vnet.ibm.com> (raw)
In-Reply-To: <20100617221138.GA23299@linux.vnet.ibm.com>

This of course assumes that ia64 gcc correctly implements the various
__sync_ primitives.  ;-)

Signed-off-by: Paul E. McKenney <paulmck at linux.vnet.ibm.com>
---
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1b1ca65..61a0d76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,6 +51,7 @@ case $host_cpu in
 	s390x) ARCHTYPE="s390" ;;
 	sparc64) ARCHTYPE="sparc64" ;;
 	alpha*) ARCHTYPE="alpha" ;;
+	ia64) ARCHTYPE="gcc" ;;
 	*) ARCHTYPE="unknown";;
 esac
 
-- 
1.7.0.6





  parent reply	other threads:[~2010-06-17 22:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-17 22:11 [ltt-dev] [PATCH 0/4] v3: Add gcc primitives, ia64 support, ARMv7L support, and kill unknown Paul E. McKenney
2010-06-17 22:12 ` [ltt-dev] [PATCH 1/4] Add header files supporting gcc __sync_ primitives Paul E. McKenney
2010-06-17 22:12 ` Paul E. McKenney [this message]
2010-06-17 22:12 ` [ltt-dev] [PATCH 3/4] Add native ARM port for armv7l Paul E. McKenney
2010-06-17 22:12 ` [ltt-dev] [PATCH 4/4] Force build failure on unknown architectures Paul E. McKenney
2010-06-18 16:27 ` [ltt-dev] [PATCH 0/4] v3: Add gcc primitives, ia64 support, ARMv7L support, and kill unknown Mathieu Desnoyers
  -- strict thread matches above, loose matches on Subject: below --
2010-06-16 21:04 [ltt-dev] [PATCH 0/4] " Paul E. McKenney
2010-06-16 21:05 ` [ltt-dev] [PATCH 2/4] Add ia64 architecture based on gcc primitives Paul E. McKenney

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=1276812762-23535-2-git-send-email-paulmck@linux.vnet.ibm.com \
    --to=paulmck@linux.vnet.ibm.com \
    /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