From 5c902b4b73b979cf835425ab2df3ebaba013f1ea Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 23 Jul 2017 09:41:19 +0200 Subject: [PATCH] remove typos --- librs/x86_64-hermit.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" }