summary refs log tree commit diff
path: root/mk/platform.mk
AgeCommit message (Expand)AuthorLines
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
2012-01-24freebsd clang supportJyun-Yan You-1/+1
2012-01-17build: Check and set perf --log-fd optionHaitao Li-1/+5
2012-01-14build: Build libraries in the bin directory on win32Brian Anderson-5/+5
2012-01-12Revert "build: Build libraries in the bin directory on win32"Brian Anderson-5/+5
2012-01-12build: Build libraries in the bin directory on win32Brian Anderson-5/+5
2012-01-11Revert "build: Build libraries in the bin directory on win32"Brian Anderson-5/+5
2012-01-11build: Build libraries in the bin directory on win32Brian Anderson-5/+5
2012-01-01fix link errorJyun-Yan You-1/+1
2012-01-01add missing library, enable segmented stacks for freebsdJyun-Yan You-1/+1
2012-01-01freebsd supportUser Jyyou-8/+9
2011-12-18rustc: Don't emit compact unwind info on macBrian Anderson-1/+1
2011-12-12rustc: build versioned library with hash in its nameHaitao Li-0/+4
2011-12-10build: Use llvm-mc as our assemblerBrian Anderson-0/+15
2011-12-06Make valgrind usage more consistent and less error prone.Austin Seipp-2/+2
2011-11-29work on perfNiko Matsakis-0/+1
2011-11-29tweak to get windows test-running correctNiko Matsakis-3/+3
2011-11-29basic builds functionNiko Matsakis-1/+1
2011-11-05Build LLVM with -fno-omit-frame-pointer on LinuxBrian Anderson-0/+2
2011-11-05Cleanup LLVM build rules after rebase onto x64 changesBrian Anderson-1/+1
2011-11-05LLVM build cleanupBrian Anderson-1/+0
2011-11-03Make the formatting of the host build message consistentBrian Anderson-1/+1
2011-11-02virtualize the runtime per target triple.Niko Matsakis-22/+57
2011-11-02start going back to an i386 buildNiko Matsakis-5/+5
2011-11-02hack around on makefiles trying to get a 64 bit buildNiko Matsakis-5/+5
2011-10-23Add commentary about -znoexecstackBrian Anderson-0/+2
2011-10-23Make sure librustrt.so is linked with a non-executable stack.Austin Seipp-1/+1
2011-10-09Revert "Revert "Stop using (DY)LD_LIBRARY_PATH on Unix""Brian Anderson-4/+3
2011-10-09Revert "Stop using (DY)LD_LIBRARY_PATH on Unix"Brian Anderson-3/+4