summary refs log tree commit diff
path: root/mk/platform.mk
AgeCommit message (Expand)AuthorLines
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
2013-02-21mk: Refactor platform.mk a bitBrian Anderson-81/+77
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-3/+3
2013-02-10build: add link flag for freebsd libuv buildJeff Olson-0/+4
2013-02-10build: change libuv to point at joyent's repo and make unpatched build libuv ...Jeff Olson-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-30rusti: Remove linenoise module, add to rt, remove core::rlZack Corr-21/+21
2012-10-27rusti: Add linenoise, wrap into core::rl and add rusti REPL toolZack Corr-6/+33
2012-10-10Attempt to fix the DSYM_GLOB issue again, differently.Graydon Hoare-1/+4
2012-07-13Revert "Try less complicated trick for solving the dSYM glob portability issue."Graydon Hoare-2/+2
2012-07-11Try less complicated trick for solving the dSYM glob portability issue.Graydon Hoare-2/+2
2012-07-11Revert "Reorganize lib-glob code to avoid accidentally duplicating lib/ subdi...Graydon Hoare-4/+5
2012-07-11Reorganize lib-glob code to avoid accidentally duplicating lib/ subdirectory.Graydon Hoare-5/+4
2012-06-25build: Remove bogus -fno-strict-aliasing flags. Issue #2701Brian Anderson-4/+1
2012-06-14Update the build system to handle dependency on header files. Closes #2547.Michael Sullivan-7/+11
2012-06-13Revert "Update the build system to handle dependency on header files. Closes ...Michael Sullivan-9/+5
2012-06-13Update the build system to handle dependency on header files. Closes #2547.Michael Sullivan-5/+9
2012-06-11rt: Turn on frame pointers for stack walkingBrian Anderson-0/+6
2012-06-07fix compiletest deadlock on freebsdJyun-Yan You-6/+0
2012-03-29build: Add --enable-debug configure optionBrian Anderson-2/+1
2012-03-28Override all non-default origins for CC/CXX/CPP, not just undefined.Graydon Hoare-6/+18
2012-03-28Conditionalize CC / CXX / CPP to permit using other gcc versions.Graydon Hoare-6/+6
2012-03-21Remove incorrect uses of NVALGRIND, Close #1435.Graydon Hoare-4/+0
2012-03-21Avoid mangling names differently in debug builds to work around a build error...Josh Matthews-0/+1
2012-03-12rt: Change alignof to rust_alignof. Remove -Wno-c++11-compat. Closes #1644Brian Anderson-2/+1
2012-03-02build: Add --enable-helgrind optionBrian Anderson-2/+7
2012-02-17Only modify PATH on win32 when in MSYSTEM shellGraydon Hoare-0/+5
2012-02-12build: Set RUST_THREADS=1 on FreeBSD to avoid a threading bugBrian Anderson-0/+6
2012-02-05platform-specific valgrind suppressionNiko Matsakis-1/+7
2012-01-24build: Add a comment explaining -Wno-c++11-compatBrian Anderson-0/+1