From 4c55e9515dcca733f0ef5029e7027e289ee47a94 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Thu, 12 Feb 2015 14:55:22 -0500 Subject: [PATCH] rust: workaround snapshot having target-word-size --- recipes/rust/rust.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index 3a3a4e4..5ab763d 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -160,6 +160,7 @@ def rust_gen_target(d, thing, wd): "data-layout": "{}", "llvm-target": "{}", "target-endian": "{}", + "target-word-size": "{}", "target-pointer-width": "{}", "arch": "{}", "os": "linux", @@ -178,6 +179,7 @@ def rust_gen_target(d, thing, wd): llvm_target, endian, target_pointer_width, + target_pointer_width, arch_to_rust_target_arch(arch), linker, features,