Update blog for target-pointer-width change

This commit is contained in:
Philipp Oppermann
2025-09-03 18:02:19 +02:00
parent b3e0b5e139
commit 95d4fbd54c
8 changed files with 24 additions and 24 deletions

View File

@@ -126,7 +126,7 @@ Cargo는 `--target` 인자를 통해 여러 컴파일 대상 시스템들을 지
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
"target-pointer-width": 64,
"target-c-int-width": 32,
"os": "linux",
"executables": true,
@@ -150,7 +150,7 @@ Cargo는 `--target` 인자를 통해 여러 컴파일 대상 시스템들을 지
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
"target-pointer-width": 64,
"target-c-int-width": 32,
"os": "none",
"executables": true
@@ -217,7 +217,7 @@ As we want to use the `soft-float` feature, we also need to tell the Rust compil
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
"target-pointer-width": 64,
"target-c-int-width": 32,
"os": "none",
"executables": true,