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",
|
||||
"os": "none",
|
||||
"executables": true,
|
||||
"linker-flavor": "ld",
|
||||
"linker": "ld.lld",
|
||||
"linker-flavor": "ld.lld",
|
||||
"panic-strategy": "abort",
|
||||
"disable-redzone": true,
|
||||
"features": "-mmx,-sse,+soft-float"
|
||||
|
||||
Reference in New Issue
Block a user