1
0
forked from Rust/Core

build: Fix data-layout

For some reason, rust made me change this, heh
This commit is contained in:
Gleb Zaharov 2024-02-07 11:12:39 +03:00
parent b25d5edca7
commit 79a286dd6d

View File

@ -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,