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

@@ -115,7 +115,7 @@ For our target system, however, we require some special configuration parameters
"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,
@@ -138,7 +138,7 @@ We also target `x86_64` systems with our kernel, so our target specification wil
"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
@@ -204,7 +204,7 @@ Our target specification file now looks like this:
"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,