mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Add new required target-c-int-width field to target json (#354)
This commit is contained in:
committed by
GitHub
parent
0175e83387
commit
82c4a6f0a0
@@ -506,6 +506,7 @@ A minimal target specification that describes the `x86_64-unknown-linux-gnu` tar
|
||||
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
|
||||
"target-endian": "little",
|
||||
"target-pointer-width": "64",
|
||||
"target-c-int-width": "32",
|
||||
"arch": "x86_64",
|
||||
"os": "none"
|
||||
}
|
||||
@@ -527,6 +528,7 @@ In order to disable the multimedia extensions, we create a new target named `x86
|
||||
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
|
||||
"target-endian": "little",
|
||||
"target-pointer-width": "64",
|
||||
"target-c-int-width": "32",
|
||||
"arch": "x86_64",
|
||||
"os": "none",
|
||||
"features": "-mmx,-sse"
|
||||
|
||||
Reference in New Issue
Block a user