1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove typos

This commit is contained in:
Stefan Lankes 2017-07-23 09:41:19 +02:00
parent 27a3b1b36e
commit 5c902b4b73

View file

@ -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"
}