From 7f30379c64daa0370478a709c8a06f4428f963f1 Mon Sep 17 00:00:00 2001
From: Mick Jordan <mick.jordan@oracle.com>
Date: Mon, 9 Nov 2015 15:54:23 -0800
Subject: [PATCH] add FASTR_NATIVE distribution

---
 mx.fastr/suite.py | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/mx.fastr/suite.py b/mx.fastr/suite.py
index ba7e0868e5..0af99e9a9f 100644
--- a/mx.fastr/suite.py
+++ b/mx.fastr/suite.py
@@ -348,6 +348,8 @@ suite = {
         "GNU_ICONV",
       ],
       "native" : "true",
+      "output" : "com.oracle.truffle.r.native",
+      "results" : ["platform.mk"],
       "workingSets" : "FastR",
     },
 
@@ -411,6 +413,17 @@ suite = {
         "truffle:TRUFFLE_DEBUG",
       ],
     },
+
+    "FASTR_NATIVE": {
+        "native" : True,
+        "path" : "mxbuild/dists/fastr.native.tar",
+        "dependencies" : ["com.oracle.truffle.r.native"],
+        "exclude" : [
+        "GNUR",
+        "GNU_ICONV",
+        ]
+
+    }
   },
 
 }
-- 
GitLab