about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsayantn <sayantn05@gmail.com>2024-12-19 00:43:20 +0530
committerAmanieu d'Antras <amanieu@gmail.com>2024-12-21 10:12:32 +0000
commit94a889d77d7707964191631cb6ea77f9bef720d4 (patch)
tree4ff1d194a88a20498fcb176f3b52c145fb0a08e9
parentfcf05b8776c74712ee677035118b50cc74e8de57 (diff)
Remove `gba.json` as it was unused
-rw-r--r--library/stdarch/ci/gba.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/library/stdarch/ci/gba.json b/library/stdarch/ci/gba.json
deleted file mode 100644
index 5aece43af2f..00000000000
--- a/library/stdarch/ci/gba.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
-  "abi-blacklist": [
-    "stdcall",
-    "fastcall",
-    "vectorcall",
-    "thiscall",
-    "win64",
-    "sysv64"
-  ],
-  "arch": "arm",
-  "atomic-cas": false,
-  "cpu": "arm7tdmi",
-  "data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
-  "emit-debug-gdb-scripts": false,
-  "env": "agb",
-  "executables": true,
-  "features": "+soft-float,+strict-align",
-  "linker": "arm-none-eabi-ld",
-  "linker-flavor": "ld",
-  "linker-is-gnu": true,
-  "llvm-target": "thumbv4-none-agb",
-  "os": "none",
-  "panic-strategy": "abort",
-  "pre-link-args": {
-    "ld": [
-      "-Tlinker.ld"
-    ]
-  },
-  "relocation-model": "static",
-  "target-c-int-width": "32",
-  "target-endian": "little",
-  "target-pointer-width": "32",
-  "vendor": "nintendo"
-}
\ No newline at end of file