aboutsummaryrefslogtreecommitdiff
path: root/devel/compiler-rt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Upgrade to the latest snapshot of compiler-rt.Brooks Davis2011-05-191-1/+0
| | | | | | | | | | Remove unnecessicary gmake depend.[0] PR: 156524 [0] Submitted by: bapt [0] Notes: svn path=/head/; revision=274326
* Mark as broken on powerpc: fails to compile.Mark Linimon2010-04-011-0/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251927
* Upgrade to the latest compiler-rt commit and add a regression-testBrooks Davis2009-12-091-2/+19
| | | | | | | target. Notes: svn path=/head/; revision=245434
* Fix the build on i386 by adding -march=i486 to CFLAGS to gcc exports theBrooks Davis2009-10-191-6/+9
| | | | | | | | | | | | | proper atomic symbols. Fix the build on 6.x with USE_GCC=4.2+. Simplify the Makefile a bit with USE_CMAKE. Remove a bogus file that crept in to the initial install. Notes: svn path=/head/; revision=243062
* Mark BROKEN: does not build.Erwin Lansing2009-10-161-0/+2
| | | | Notes: svn path=/head/; revision=242910
* Add a port of compiler-rt, the LLVM project's compiler runtime andBrooks Davis2009-10-091-0/+64
blocks support. Notes: svn path=/head/; revision=242595