migrate stock user space build to new build system
[lunaix-os.git] / lunaix-os / usr / LConfig
diff --git a/lunaix-os/usr/LConfig b/lunaix-os/usr/LConfig
deleted file mode 100644 (file)
index ad2709c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-@"Architecture"
-def arch() -> "i386" | "x86_64" | "aarch64" | "rv64":
-    """
-        set the ISA target
-    """
-
-    _arch = env("ARCH")
-    return _arch if _arch else "x86_64"