X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2b0380cba5e5adc73299bbaccdc7d20b84825cc1..9d4cc53314b8e2a236401733ac6c7093c97d4351:/lunaix-os/usr/LConfig diff --git a/lunaix-os/usr/LConfig b/lunaix-os/usr/LConfig deleted file mode 100644 index ad2709c..0000000 --- a/lunaix-os/usr/LConfig +++ /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"