mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 15:42:25 +00:00
added target os, added experimental darwin, starting darwin port
This commit is contained in:
parent
048a6f7f35
commit
49b86a4ac5
61 changed files with 1517 additions and 21 deletions
4
src/voc/linux/gnuc/x86_64/architecture.Mod
Normal file
4
src/voc/linux/gnuc/x86_64/architecture.Mod
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
MODULE architecture;
|
||||
CONST arch* = "x86_64";
|
||||
|
||||
END architecture.
|
||||
Loading…
Add table
Add a link
Reference in a new issue