From 1ec7a3a58dc5e2a949f8ec95e3a487dd87987e2d Mon Sep 17 00:00:00 2001
From: Gilles Duboscq <gilles.m.duboscq@oracle.com>
Date: Wed, 11 Apr 2018 12:56:35 +0200
Subject: [PATCH] Set include_in_polyglot

---
 mx.fastr/mx_copylib.py     | 2 +-
 mx.fastr/mx_fastr_dists.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/mx.fastr/mx_copylib.py b/mx.fastr/mx_copylib.py
index cd731c99b2..966a356b64 100644
--- a/mx.fastr/mx_copylib.py
+++ b/mx.fastr/mx_copylib.py
@@ -130,7 +130,7 @@ def copylib(args):
                         return 0
 
     if os.environ.has_key('FASTR_RELEASE'):
-#        if args[0] == 'quadmath' and (mx.get_arch() == 'sparcv9' or mx.get_os() == 'solaris'):
+        # if args[0] == 'quadmath' and (mx.get_arch() == 'sparcv9' or mx.get_os() == 'solaris'):
         if mx.get_arch() == 'sparcv9' or mx.get_os() == 'solaris':
             return 0
         if os.environ.get('FASTR_RELEASE') == 'dev':
diff --git a/mx.fastr/mx_fastr_dists.py b/mx.fastr/mx_fastr_dists.py
index d42408a885..267793347f 100644
--- a/mx.fastr/mx_fastr_dists.py
+++ b/mx.fastr/mx_fastr_dists.py
@@ -302,4 +302,5 @@ mx_sdk.register_graalvm_component(mx_sdk.GraalVmLanguage(
         'link:<support>/bin/Rscript',
         'link:<support>/bin/exec/R',
     ],
+    include_in_polyglot=False,
 ), _fastr_suite)
-- 
GitLab