mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
adjust blog post to reflect json changes
This commit is contained in:
committed by
Philipp Oppermann
parent
b106ed8fc0
commit
e120e49efb
@@ -182,8 +182,7 @@ Our target specification file now looks like this:
|
|||||||
"target-c-int-width": "32",
|
"target-c-int-width": "32",
|
||||||
"os": "none",
|
"os": "none",
|
||||||
"executables": true,
|
"executables": true,
|
||||||
"linker-flavor": "ld",
|
"linker-flavor": "ld.lld",
|
||||||
"linker": "ld.lld",
|
|
||||||
"panic-strategy": "abort",
|
"panic-strategy": "abort",
|
||||||
"disable-redzone": true,
|
"disable-redzone": true,
|
||||||
"features": "-mmx,-sse,+soft-float"
|
"features": "-mmx,-sse,+soft-float"
|
||||||
|
|||||||
Reference in New Issue
Block a user