Enable 32bit builds.

You specify a 32bit build by setting --target on configure.
This commit is contained in:
Jack Moffitt 2014-04-30 11:15:02 -06:00
parent 8e59706933
commit 9a75a0fa12
18 changed files with 114 additions and 48 deletions

View file

@ -9,6 +9,8 @@
#![feature(globs, macro_rules, phase, thread_local)]
#![allow(experimental)]
#![feature(phase)]
#[phase(plugin, link)]
extern crate log;