This of course assumes that ia64 gcc correctly implements the various __sync_ primitives. ;-)
Signed-off-by: Paul E. McKenney <[email protected]> --- 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 _______________________________________________ ltt-dev mailing list [email protected] http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
