diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-04-13 01:25:54 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-04-13 01:29:42 -0700 |
commit | 52585564bf5a46db0ae6c9fe4e20307e014de848 (patch) | |
tree | a0cbd5529dcb351d1c1c059d44379e8e5b85b1f8 /mbld/config+plan9-x64.myr | |
parent | 2f5a88d9b79271f78ec71cf7f796ca5fb74de89e (diff) | |
download | mc-52585564bf5a46db0ae6c9fe4e20307e014de848.tar.gz |
Move mbld to subdirectory of itself for merging.
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/" +;; |