Makefiles support for rustc_i128 crate

This commit includes manual merge conflict resolution changes from a rebase by @est31.
This commit is contained in:
Simonas Kazlauskas 2016-08-24 16:48:35 +03:00 committed by est31
parent 64fbce6826
commit ec1fdfe1c3
2 changed files with 17 additions and 10 deletions

View file

@ -9,6 +9,8 @@
// except according to those terms.
#![allow(non_camel_case_types)]
#![cfg_attr(not(stage0), feature(i128_type))]
#![crate_type="rlib"]
#![crate_name="rustc_i128"]
#[cfg(stage0)]
pub type i128 = i64;