Architectural Support: x86_64 (#37)
[lunaix-os.git] / lunaix-os / usr / libc / arch / x86_64 / LBuild
diff --git a/lunaix-os/usr/libc/arch/x86_64/LBuild b/lunaix-os/usr/libc/arch/x86_64/LBuild
new file mode 100644 (file)
index 0000000..8e0ed54
--- /dev/null
@@ -0,0 +1,8 @@
+sources([
+    "crt0.S",
+    "syscall.S",
+    "trampoline.S",
+])
+
+compile_opts("-m64")
+linking_opts("-m64")
\ No newline at end of file