Rewrite the lunabuild toolchain with enhanced feature (#60)
[lunaix-os.git] / lunaix-os / usr / libc / arch / x86_64 / LBuild
index 8e0ed54d4a1e3b38a92323bede9429ab72d2c84b..e13a4beefa32453393d680f3fd6900dbfc10d98c 100644 (file)
@@ -1,8 +1,8 @@
-sources([
+src.c += (
     "crt0.S",
     "syscall.S",
     "trampoline.S",
-])
+)
 
-compile_opts("-m64")
-linking_opts("-m64")
\ No newline at end of file
+flag.cc += "-m64"
+flag.ld += "-m64"
\ No newline at end of file