summaryrefslogtreecommitdiff
path: root/mk/compiler/clang.mk
AgeCommit message (Expand)AuthorFilesLines
2022-07-07mk: Remove -std overrides for clang.jperkin1-5/+1
2022-07-05mk: Add support for newer C standards.jperkin1-1/+5
2022-03-13mk: MKPIE is not GCC-specific. Should help ObjC packages.nia1-1/+12
2022-01-30compiler/clang.mk: do not disable PIE supportwiz1-6/+1
2022-01-19Emit a warning when PKGSRC_MKPIE==yes but PKGSRC_COMPILER==clangpho1-1/+6
2021-12-19mk/compiler: Return the cwrappers stuff for RELRO now that it doesn'tnia1-1/+3
2021-11-07mk: revert RELRO default and cease use of wrappers until some morenia1-3/+1
2021-11-06mk: Correct the wrappers invocation for RELRO. This should help manynia1-2/+3
2021-11-02mk: Make it possible for a package to fall back to partial RELRO.nia1-5/+6
2021-10-04mk: omit space between -z and relronia1-3/+3
2021-08-03clang.mk: add support for PKGSRC_USE_SSP=strongnia1-1/+3
2020-09-21Xcode 12 (or its associated Command Line Tools) ships with default-onschmonz1-1/+11
2020-04-17Adjust last to really prepend in the case of cwrappers.joerg1-2/+3
2020-04-17clang 10 defaults to -fno-common with significant fallout in pkgsrc.joerg1-3/+3
2020-03-30mk/compiler: Make gfortran the default fortran compiler.nia1-5/+1
2020-03-14mk: default to gfortran on aarch64, there's no g95 for aarch64nia1-1/+5
2019-07-15Do not pass -std=c++03 to GCC 4.4ryoon1-1/+5
2019-01-09Add RELRO support for clang, based on the gcc logic.wiz1-1/+15
2018-11-12mk: Add CTF infrastructure support.jperkin1-1/+3
2017-07-11Retire CLANG_NO_VALUE_PROPAGATION_PASS. CVP has been fixed in LLVM tojoerg1-3/+1
2017-05-18Consolidate setting of SSP flags now that multiple compilers support it.jperkin1-9/+1
2017-05-18Register support for SSP on FreeBSD and clang (on x86 architectures)khorben1-1/+16
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