Skip to content
Snippets Groups Projects
Commit 7f30379c authored by Mick Jordan's avatar Mick Jordan
Browse files

add FASTR_NATIVE distribution

parent 6ddcf952
No related branches found
No related tags found
No related merge requests found
......@@ -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",
]
}
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment