From 810a7258a7c4f1b98666de66703c800e74014ae4 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Fri, 14 Nov 2014 10:56:59 -0500 Subject: [PATCH] foo --- recipes/rust/rust.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index 72ccee9..fa6c44d 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -35,7 +35,7 @@ TARGET_ENDIAN[arm] = "little" TARGET_WORD_SIZE[arm] = "32" FEATURES[arm] = "+v6,+vfp2" -## x86 +## x86_64-unknown-linux-gnu DATA_LAYOUT[x86_64] = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-\ f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-\ s0:64:64-f80:128:128-n8:16:32:64-S128" @@ -44,7 +44,7 @@ TARGET_ENDIAN[x86_64] = "little" TARGET_WORD_SIZE[x86_64] = "64" PRE_LINK_ARGS[x86_64] = "-m64" -python rust_gen_target () { +python rust_gen_targets () { }