From dc3b7f71d5fb6426ccd4360f101a26510747fa90 Mon Sep 17 00:00:00 2001 From: Able Date: Sun, 1 Dec 2024 11:44:46 -0600 Subject: [PATCH] arm arch patch --- kernel/targets/aarch64-virt-ableos.json | 46 ++++++++++++------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/kernel/targets/aarch64-virt-ableos.json b/kernel/targets/aarch64-virt-ableos.json index 9ee18cf..3a791a8 100644 --- a/kernel/targets/aarch64-virt-ableos.json +++ b/kernel/targets/aarch64-virt-ableos.json @@ -1,25 +1,25 @@ { - "arch": "aarch64", - "data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32", - "disable-redzone": true, - "env": "", - "executables": true, - "features": "+strict-align,+neon,+fp-armv8", - "linker": "rust-lld", - "linker-flavor": "ld.lld", - "linker-is-gnu": true, - "pre-link-args": { - "ld.lld": [ - "-Tkernel/lds/aarch64-qemu.ld" - ] - }, - "llvm-target": "aarch64-unknown-none", - "max-atomic-width": 128, - "os": "none", - "panic-strategy": "abort", - "relocation-model": "static", - "target-c-int-width": "32", - "target-endian": "little", - "target-pointer-width": "64", - "vendor": "" + "arch": "aarch64", + "data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32", + "disable-redzone": true, + "env": "", + "executables": true, + "features": "+strict-align,+neon,+fp-armv8", + "linker": "rust-lld", + "linker-flavor": "ld.lld", + "linker-is-gnu": true, + "pre-link-args": { + "ld.lld": [ + "-Tkernel/lds/aarch64-qemu.ld" + ] + }, + "llvm-target": "aarch64-unknown-none", + "max-atomic-width": 128, + "os": "none", + "panic-strategy": "abort", + "relocation-model": "static", + "target-c-int-width": "32", + "target-endian": "little", + "target-pointer-width": "64", + "vendor": "ablecorp" } \ No newline at end of file