From 76d56418199e970dad8ac8f5ee9aae73602a9c1c Mon Sep 17 00:00:00 2001 From: orumin Date: Sat, 17 Jun 2017 22:01:18 +0900 Subject: [PATCH] target-specification: add option for linker-flavor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In latest rustc,target specification json file is needed "linker-flavor" for this issue: https://github.com/rust-lang/rust/pull/40018 --- arm-none-eabi.json | 1 + 1 file changed, 1 insertion(+) diff --git a/arm-none-eabi.json b/arm-none-eabi.json index 4a06a14..48377e1 100644 --- a/arm-none-eabi.json +++ b/arm-none-eabi.json @@ -9,6 +9,7 @@ "relocation-model": "static", "archive-format": "gnu", "target-env": "gnu", + "linker-flavor": "ld", "no-compiler-rt": true, "linker-is-gnu": true, "disable-redzone": true,