Add the asmjs-unknown-emscripten triple. Add cfgs to libs.
Backtraces, and the compilation of libbacktrace for asmjs, are disabled. This port doesn't use jemalloc so, like pnacl, it disables jemalloc *for all targets* in the configure file. It disables stack protection.
This commit is contained in:
parent
34af2de409
commit
d6c0d859f6
24 changed files with 181 additions and 19 deletions
|
@ -26,6 +26,7 @@ use ops::Neg;
|
|||
#[cfg(target_os = "netbsd")] pub use os::netbsd as platform;
|
||||
#[cfg(target_os = "openbsd")] pub use os::openbsd as platform;
|
||||
#[cfg(target_os = "solaris")] pub use os::solaris as platform;
|
||||
#[cfg(target_os = "emscripten")] pub use os::emscripten as platform;
|
||||
|
||||
pub mod backtrace;
|
||||
pub mod condvar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue