From aea78c6479112bcb9fb6b0d8739b45a34f00dc35 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Wed, 14 Dec 2016 12:19:31 +0000 Subject: [PATCH] - Only supported on AMD64 platforms Reported by: pkg-fallout --- lang/rubinius/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index d74aa0f12b3d..d5932bc071cf 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -42,6 +42,8 @@ OPTIONS_RADIO= LLVM OPTIONS_DEFAULT= LLVM39 OPTIONS_RADIO_LLVM= LLVM36 LLVM37 LLVM38 LLVM39 +ONLY_FOR_ARCHS= amd64 + LLVM36_DESC= LLVM 3.6 LLVM37_DESC= LLVM 3.7 LLVM38_DESC= LLVM 3.8