From 3386ab36ebccace82de8891b8fd7848a382b3d67 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sat, 17 Jul 2021 15:01:00 +0200 Subject: [PATCH] Fix relocation-model field name in the target spec json --- x86_64-bootloader.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86_64-bootloader.json b/x86_64-bootloader.json index 5a3376d6..ceb196e9 100644 --- a/x86_64-bootloader.json +++ b/x86_64-bootloader.json @@ -18,5 +18,5 @@ "disable-redzone": true, "panic-strategy": "abort", "executables": true, - "relocation_model": "static" + "relocation-model": "static" }