diff options
Diffstat (limited to 'mbld/config+plan9-x64.myr')
-rw-r--r-- | mbld/config+plan9-x64.myr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mbld/config+plan9-x64.myr b/mbld/config+plan9-x64.myr new file mode 100644 index 0000000..75b5081 --- /dev/null +++ b/mbld/config+plan9-x64.myr @@ -0,0 +1,11 @@ +pkg config = + const Instroot = "/amd64" + const Sys = "Plan9" + const Objsuffix = ".6" + const Linkcmd = ["6l", "-lo"] + const Arcmd = ["ar", "vu"] + const Ascmd = ["6a"] + const Directlib = true + const Runtime = "_myrrt.6" + const Manpath = "man/" +;; |