Add syscalls to x86-64 linux

This commit is contained in:
2017-09-08 19:52:17 +02:00
parent edc3296083
commit 3705cf387e
3 changed files with 77 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
rule gas
command = gcc -c $in -o $out
rule archive
command = ar rcs $out $in
build syscall.o: gas x64/linux/syscall.S
build tanya.a: archive syscall.o