From 6ef85ecd697952994a2e4bca480acad91bcb4bc6 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 20 Apr 2017 19:29:23 +0200 Subject: [PATCH] Add required `linket-flavor` field to target specification --- blog/content/post/03-set-up-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/content/post/03-set-up-rust.md b/blog/content/post/03-set-up-rust.md index 0311a6d9..6aa95120 100644 --- a/blog/content/post/03-set-up-rust.md +++ b/blog/content/post/03-set-up-rust.md @@ -131,6 +131,7 @@ For our target system, we define the following JSON configuration in a file name { "llvm-target": "x86_64-unknown-none", "data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128", + "linker-flavor": "gcc", "target-endian": "little", "target-pointer-width": "64", "arch": "x86_64",