summaryrefslogtreecommitdiff
path: root/mk/compiler
AgeCommit message (Expand)AuthorFilesLines
2015-05-03PR 49877: Expand correct variable. From Greg Onufer.joerg1-2/+2
2015-04-27correct MACHINE_ARCH and compiler flags for HP-UX 64-bit ABItnn1-3/+10
2015-04-25Finish move of lang/gcc to lang/gcc2.wiz1-6/+6
2015-04-18Until there is evidence to the contrary, provide _COMPILER_ABI_FLAG onjoerg1-3/+1
2015-04-02Append LIBABISUFFIX to the GCC library path. Fixes Linux and SunOSjperkin1-2/+2
2015-04-02Don't include the main GCC libraries in linker paths when usingjperkin1-2/+5
2015-04-02Don't recompute _GCC_PREFIX and _GCC_SUBPREFIX in the general case. Atjperkin1-4/+1
2015-03-20Extend the list of packages that ccache.mk avoids in order to preventtnn1-2/+19
2015-03-02LLVM's correlated value propagation pass is known to require a lot ofjoerg1-1/+3
2015-02-04Ensure additional C99 flags are passed via cwrappers too.jperkin1-1/+2
2015-01-27ressurect support for PKGSRC_FORTRAN=gfortran and point it at gcc48dbj1-0/+117
2015-01-01Add gcc46-libs support code.ryoon1-2/+4
2014-12-03cwrappers should get -Qunused-arguments too.joerg1-1/+3
2014-11-03Fix GCC49 pattern.ryoon1-2/+2
2014-10-31Restore monolithic gcc48 and gcc48-libs.ryoon2-148/+16
2014-09-06Improve comments around USE_PKGSRC_GCC and GCC_REQD.jperkin1-9/+6
2014-09-05Fix lang/gcc49 dependency logic, based on lang/gcc47.jperkin1-2/+9
2014-09-04Add infrastructure support for lang/gcc49 and lang/gcc49-libsjperkin1-4/+31
2014-06-09Make lang/g95 as default Fortran compiler under NetBSD current (GCC 4.8)ryoon1-8/+1
2014-06-01Fix error under recent NetBSD current (GCC 4.8.3).ryoon2-2/+120
2014-06-01Set gcc48-* compilers, and gcc48-fortaran as default Fortran compiler forryoon1-28/+33
2014-06-01Remove lang/gfortranryoon1-117/+0
2014-04-22Support per language gcc48 packagesryoon1-14/+30
2014-04-05Add compiler support code for lang/gfortran Fortan 95/2003/2008 compilerryoon1-0/+117
2014-02-04Make sure FC is set for g77/gfortran. Fixes runtime Fortran in math/R et al.fhajny1-1/+3
2013-11-23Set Interix bultin gcc specific patths to COMPILER_{INCLUDE,LIB}_DIRS.obache1-1/+6
2013-07-31Construct CC_VERSION differenty; fix for Xcode where clang reports itself as ...adam1-2/+2
2013-07-09Match against CC_VERSION rather than _GCC_VERSION, the latter is not definedjperkin1-3/+3
2013-06-15fix typo in comment.wiz1-2/+2
2013-06-15"fortran88" is unknown, make it "fortran77".asau1-2/+2
2013-06-15Stop advertising "fortran" support by GCC before 4.4asau1-7/+5
2013-06-15Do not switch Fortran compiler depending on the language requirement ofjoerg1-8/+4
2013-06-13Add USE_PKGSRC_GCC_RUNTIME support for gcc 4.8 and fix dependencies forjperkin1-3/+9
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/.riastradh5-12/+12
2013-05-09Use g95 as default Fortran compiler. Would be nice to use more modernjoerg1-3/+3
2013-04-20Use so magic to set _GCC_DIST_VERSION.sbd1-3/+4
2013-04-19Renaming GCC_DIST_VERSION to GCC48_DIST_VERSIONadam1-2/+2
2013-04-17Enable usage of gcc-4.8 as PKGSRC_COMPILERadam1-3/+2
2013-04-06The newer versions of solaris studio compilers install by default intotez1-1/+4
2013-04-02I think this might fix gcc47-libs.wiz1-2/+2
2013-04-01Add support for gcc48. From Kai-Uwe Eckhardt <kuehro@gmx.de>.wiz1-6/+39
2013-04-01Fix two typos.wiz1-3/+3
2013-02-21clang -dumpversion prints 4.2.1, which is not the intended contentwiz1-2/+2
2012-12-15When using g95 as fortran compiler make sure FC is set correctly.markd1-1/+2
2012-12-12compiler.mk, gcc.mk: Implement DRAGONFLY_CCVERmarino1-1/+3
2012-09-17check defined(_USE_GCC_SHLIB) before using it.obache1-2/+2
2012-09-16Document USE_PKGSRC_GCC_RUNTIME and provide a default setting.jperkin1-5/+23
2012-09-16Add dependency on GCC libraries if requested.sbd1-1/+9