From 79a286dd6dc51bc21d604824b4f226598461a9f8 Mon Sep 17 00:00:00 2001 From: sweetbread Date: Wed, 7 Feb 2024 11:12:39 +0300 Subject: [PATCH] build: Fix data-layout For some reason, rust made me change this, heh --- i686-kolibri.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i686-kolibri.json b/i686-kolibri.json index 763b2fb..ca800ed 100644 --- a/i686-kolibri.json +++ b/i686-kolibri.json @@ -1,7 +1,7 @@ { "arch": "x86", "cpu": "pentium", - "data-layout": "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128", + "data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-f64:32:64-f80:32-n8:16:32-S128", "dynamic-linking": false, "executables": true, "has-rpath": true,