summary refs log tree commit diff
path: root/mk/platform.mk
AgeCommit message (Expand)AuthorLines
2014-10-01Remove libuv, gypAaron Turon-16/+0
2014-09-12Remove build system support for i686-pc-mingw32 triple in favor if i686-w64-m...Brian Anderson-30/+0
2014-09-11mk: Fix defs for i686-w64-mingw32Brian Anderson-1/+3
2014-08-04Use gcc for cross-build linking, not g++.Vadim Chugunov-2/+2
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-0/+27
2014-07-23mk: Add space before line continuation backslashBirunthan Mohanathas-5/+5
2014-07-23mk: Remove extra whitespace before line continuation backslashesBirunthan Mohanathas-15/+15
2014-07-02Build rustc with /LARGEADDRESSAWARE on windows.Luqman Aden-0/+1
2014-06-24Added Mipsel architecture supportPawel Olzacki-1/+31
2014-06-12Platform configurationValerii Hiora-28/+68
2014-05-23Add clang specific flag more selectively.Luqman Aden-7/+15
2014-05-20Make configure respect (and save) values for `CC`, `CXX`, `CFLAGS`, etc.Felix S. Klock II-87/+57
2014-05-14Get rid of the android-cross-path flag to rustc.Luqman Aden-1/+1
2014-05-11pass correct CFLAGS for jemallocDaniel Micay-0/+14
2014-05-06Lower armhf target feature to v6.Luqman Aden-1/+1
2014-04-19mk: Pass exact compile to rustc on cross compilesAlex Crichton-1/+4
2014-03-12enable mutex lowering and hardware floating point on gnueabihf. closes #10482Ian Daniher-1/+1
2014-02-15mk: Remove old flags to llc for arm.Luqman Aden-1/+1
2014-02-14auto merge of #12207 : alexcrichton/rust/up-llvm, r=sfacklerbors-3/+3
2014-02-14Upgrade LLVMAlex Crichton-3/+3
2014-02-13mk: Fix non-android cross builds.Luqman Aden-8/+9
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-2/+2
2014-01-29auto merge of #11879 : thestinger/rust/frame-pointer, r=alexcrichtonbors-7/+0
2014-01-28mk: remove -fno-omit-frame-pointerDaniel Micay-7/+0
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
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