summary refs log tree commit diff
path: root/mk/platform.mk
AgeCommit message (Expand)AuthorLines
2014-01-03Fix ARM unwinding.Vadim Chugunov-0/+14
2013-12-14auto merge of #10949 : fabricedesre/rust/no-gnustl, r=cmrbors-1/+1
2013-12-12Remove dependency on gnustl_shared for android buildsFabrice Desré-1/+1
2013-12-10Fixed a minor typo.Richard Diamond-1/+1
2013-12-02Make the ccache-free case look like the ccache case.Felix S. Klock II-3/+4
2013-11-29Add generation of static libraries to rustcAlex Crichton-0/+1
2013-11-23Use CXX not CC for linking.Luqman Aden-4/+4
2013-11-22Remove sjlj stuff from rust_upcall and don't pass -Werror to libuv.Luqman Aden-5/+5
2013-11-22mk: Get rid of redundant LIBUV_FLAGS.Luqman Aden-2/+3
2013-11-22Fix up mingw64 target.Luqman Aden-23/+67
2013-11-18Move runtime files to C instead of C++Alex Crichton-2/+2
2013-11-06Fixes for compilation to iOS:kud1ing-2/+2
2013-11-01auto merge of #10203 : kud1ing/rust/ios, r=alexcrichtonbors-0/+29
2013-10-31add target triple arm-apple-darwinkud1ing-0/+29
2013-10-29support for GNU configure syntaxHeather-8/+8
2013-10-22Fix unwinding on OS X 10.9.Mark Rowe-2/+2
2013-10-19Use __morestack to detect stack overflowAlex Crichton-1/+2
2013-10-16drop the linenoise libraryDaniel Micay-1/+1
2013-10-08Build libuv/jemalloc only once (not per stage)Alex Crichton-0/+12
2013-10-01add -Z soft-float optionJyun-Yan You-1/+1
2013-09-18auto merge of #9277 : crabtw/rust/mips, r=brsonbors-2/+3
2013-09-18fix compilation errors of mips targetJyun-Yan You-2/+3
2013-09-17The purpose of these headers is to fix issues with mingw v4.0, as described i...Vadim Chugunov-1/+2
2013-09-16mk: Fix valgrinding with jemallocBrian Anderson-0/+3
2013-08-28Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton"Brian Anderson-1/+6
2013-08-22make: stop disabling frame pointer eliminationDaniel Micay-4/+1
2013-08-22make: rm LLVM_BUILD_ENVDaniel Micay-2/+0
2013-08-04Add support for vanilla linux on arm.Luqman Aden-5/+31
2013-07-03Add x64 windows to platform.mk and mingw64 header fixes.Luqman Aden-2/+27
2013-06-05mk: Bulid rustrt with -pthread instead of -lpthreadBrian Anderson-6/+6
2013-05-30Attempt to get reuse of common code from multiple clones in different directo...Felix S. Klock II-0/+5
2013-05-29Fix #6805: add --enable-ccache configure option to prefix compiler invocation...Felix S. Klock II-0/+29
2013-05-24Set the USE_UTF8 flag for linenoise to handle utf8-inputAlex Crichton-1/+1
2013-05-17auto merge of #6249 : crabtw/rust/arm, r=brsonbors-0/+26
2013-05-09improve MIPS backend and implement segmented stacksJyun-Yan You-2/+2
2013-05-07preliminary Linux ARM supportJyun-Yan You-0/+26
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-3/+3
2013-04-04mk: mips toolchain configJyun-Yan You-0/+25
2013-03-31mark the assembly object stacks as non-executableDaniel Micay-5/+3
2013-03-13mk: target triple rename arm-unknown-android->arm-linux-androideabiYoung-il Choi-33/+33
2013-03-08mk: cleanup - minor fixes for android checkILyoan-1/+1
2013-03-06mk: Cleanup. Minor fixesBrian Anderson-131/+122
2013-03-05mk: --android-cross-path to rustcYoung-il Choi-0/+1
2013-03-04mk: platform.mk typo UNIXYYoung-il Choi-8/+8
2013-03-04mk: platform.mk more flags addedYoung-il Choi-8/+30
2013-03-04mk: Restore toolchain config for i386 mac/linux, and freebsdBrian Anderson-0/+39
2013-03-02mk: cleanup - lib and executable suffix handlingYoung-il Choi-97/+78
2013-03-02mk: mingw32 fixYoung-il Choi-3/+3
2013-03-01mk: mingw32 flags addedYoung-il Choi-62/+69
2013-02-27mk: rewrite make filesYoung-il Choi-108/+108