From 97e15d51f242c3918078af0f0d0af32da6aa1866 Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Tue, 17 Dec 2024 15:26:19 +0800 Subject: [PATCH] remove unused abi-blacklist, force-unwind-tables --- src/armv7-none-eabihf.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/armv7-none-eabihf.json b/src/armv7-none-eabihf.json index a677f3a..aa83f39 100644 --- a/src/armv7-none-eabihf.json +++ b/src/armv7-none-eabihf.json @@ -1,12 +1,4 @@ { - "abi-blacklist": [ - "stdcall", - "fastcall", - "vectorcall", - "thiscall", - "win64", - "sysv64" - ], "arch": "arm", "data-layout": "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64", "emit-debug-gdb-scripts": false, @@ -21,7 +13,6 @@ "os": "none", "panic-strategy": "abort", "requires-uwtable": true, - "force-unwind-tables": "yes", "relocation-model": "static", "target-c-int-width": "32", "target-endian": "little",