rust: workaround snapshot having target-word-size

This commit is contained in:
Cody P Schafer
2015-02-12 14:55:22 -05:00
parent 70d0957e6d
commit 4c55e9515d
+2
View File
@@ -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,