From 2713b459ed00c4e74f15074de6bb30ca429cf8c0 Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Tue, 17 Dec 2024 15:16:25 +0800 Subject: [PATCH] remove unused abi-blacklist --- armv7-none-eabihf.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/armv7-none-eabihf.json b/armv7-none-eabihf.json index 4fc452f..6062f98 100644 --- a/armv7-none-eabihf.json +++ b/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,