mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typos
This commit is contained in:
parent
27a3b1b36e
commit
5c902b4b73
1 changed files with 4 additions and 4 deletions
|
@ -12,8 +12,8 @@
|
|||
"eliminate-frame-pointer": true,
|
||||
"linker-is-gnu": true,
|
||||
"no-compiler-rt": true,
|
||||
"archive-format": "gnu"
|
||||
"code-model": "kernel"
|
||||
"relocation-model": "static"
|
||||
"panic-strategy": "abort"
|
||||
"archive-format": "gnu",
|
||||
"code-model": "kernel",
|
||||
"relocation-model": "static",
|
||||
"panic-strategy": "abort"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue