From c048f76975e4ccbda1dadc0bf036470f892c8298 Mon Sep 17 00:00:00 2001 From: landry Date: Mon, 22 Apr 2013 19:13:40 +0000 Subject: [PATCH] Mark as BROKEN-hppa, no atomic ops on this arch like mips64*. --- lang/rubinius/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index 59156745599..bbcf593ebcc 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.24 2013/03/21 08:46:32 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.25 2013/04/22 19:13:40 landry Exp $ SHARED_ONLY= Yes BROKEN-sparc64 = vm segfaults when building openssl extension BROKEN-mips64 = no atomics for this arch +BROKEN-hppa = no atomics for this arch BROKEN-mips64el = no atomics for this arch COMMENT = Ruby virtual machine and core library