Update blog for target-c-int-width change

See #1425
This commit is contained in:
Philipp Oppermann
2025-08-07 13:12:58 +02:00
parent ad888bcb9b
commit 9e325de9c7
8 changed files with 24 additions and 24 deletions

View File

@@ -119,7 +119,7 @@ Para nuestro sistema destino, sin embargo, requerimos algunos parámetros de con
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
"target-c-int-width": "32",
"target-c-int-width": 32,
"os": "linux",
"executables": true,
"linker-flavor": "gcc",
@@ -142,7 +142,7 @@ Nuestro kernel también tiene como objetivo los sistemas `x86_64`, por lo que nu
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
"target-c-int-width": "32",
"target-c-int-width": 32,
"os": "none",
"executables": true
}
@@ -203,7 +203,7 @@ Nuestro archivo de especificación de objetivo ahora se ve así:
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
"target-c-int-width": "32",
"target-c-int-width": 32,
"os": "none",
"executables": true,
"linker-flavor": "ld.lld",