summary refs log tree commit diff
path: root/src/librustc_back/target/redox_base.rs
AgeCommit message (Expand)AuthorLines
2017-08-16Enable unwinding panics on RedoxIan Douglas Scott-2/+1
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-2/+0
2017-04-07-Z linker-flavorJorge Aparicio-15/+18
2017-01-03Remove -lc, -lm from the target spec - the cross compiler will link thoseJeremy Soller-9/+1
2016-12-22Correct target_family messJeremy Soller-1/+1
2016-12-22Remove start functions, use newlib instead of openlibm + rallocJeremy Soller-5/+6
2016-12-21In order to successfully build, go back to rallocJeremy Soller-2/+2
2016-12-20Switch back to alloc_systemJeremy Soller-2/+2
2016-12-20Link openlibm only in libstdJeremy Soller-4/+0
2016-12-15Add openlibm to redoxJeremy Soller-0/+4
2016-12-15Add start functions, switch allocation crate to rallocJeremy Soller-2/+2
2016-12-15Use alloc_system as default allocation crateJeremy Soller-0/+2
2016-12-15Use panic abort by defaultJeremy Soller-0/+2
2016-12-15Fix issue with setting cfg(unix)Jeremy Soller-0/+1
2016-12-15Fix typoJeremy Soller-2/+1
2016-12-15Add redox targetJeremy Soller-0/+45