diff --git a/mx.fastr/suite.py b/mx.fastr/suite.py
index ba7e0868e51026c1a4d41457e9c6d26f4c64270d..0af99e9a9fc91cee3c664e000510c31ab2586eca 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",
+        ]
+
+    }
   },
 
 }