summaryrefslogtreecommitdiff
path: root/mk/compiler/clang.mk
AgeCommit message (Expand)AuthorFilesLines
2015-03-02LLVM's correlated value propagation pass is known to require a lot ofjoerg1-1/+3
2014-12-03cwrappers should get -Qunused-arguments too.joerg1-1/+3
2013-07-31Construct CC_VERSION differenty; fix for Xcode where clang reports itself as ...adam1-2/+2
2013-05-29No trailing comma after -Rjoerg1-2/+2
2013-05-22Use -R as LINKER_RPATH_FLAG like GCC. The patches for lang/gcc47 andjoerg1-2/+2
2013-05-09Split BUILD_DEPENDS into TOOL_DEPENDS and BUILD_DEPENDS in mk/.riastradh1-2/+2
2013-05-09Use g95 as default Fortran compiler. Would be nice to use more modernjoerg1-3/+3
2013-02-21clang -dumpversion prints 4.2.1, which is not the intended contentwiz1-2/+2
2011-07-19If the clang-cpp alias exists, use it as default CPP in pkgsrc.joerg1-2/+12
2010-12-26Don't make Fortran synonymous to Fortran-77, it isn't so already.asau1-3/+3
2010-12-26Enable Fortran via f2cadam1-8/+5
2010-12-26Added COMPILER_ABI_FLAGsadam1-1/+3
2010-11-03* Use LOCALBASE instead of PREFIX for PCC and Clang compiler detectionadam1-23/+13
2010-10-21Fix clang.mk; add C++ supportadam1-12/+10
2010-09-23Add support for clang.ahoka1-0/+76