diff --git a/librs/x86_64-hermit.json b/librs/x86_64-hermit.json index 84edbb11a..0ea3a51c6 100644 --- a/librs/x86_64-hermit.json +++ b/librs/x86_64-hermit.json @@ -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" }