summaryrefslogtreecommitdiff
path: root/mk/compiler
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-13Move the setting of _USE_GCC_SHLIB=yes on SunOS from the gcc buildlink3 tosbd1-1/+8
2012-07-27Ensure LC_ALL=C is set when determining the gcc version. Add a commentjperkin1-11/+8
2012-07-13Add new GCCBASE variable, useful on systems which install gcc outside ofjperkin1-2/+9
2012-07-09Set default values for _NEED_GCC47 and _NEED_GCC_AUX.sbd1-1/+3
2012-07-08compiler.mk/gcc.mk: Add support for USE_LANGUAGES+= ada marino1-2/+85
2012-06-26Solaris needs -m32 for ABI=32 too, now that we have compilers which buildjperkin1-11/+2
2012-04-25If unset, set PKGSRC_FORTRAN accordingly if g77 or gfortran exist.hans1-1/+3
2012-04-24Add _COMPILER_ABI_FLAG.XX for gcc on Linux.sbd1-1/+6
2012-04-16Add support for gcc-4.7sbd1-6/+39
2012-04-16Make sure that gcc47 JAVA_WRAPPERS don't break the _GCC_SUBPREFIX detection.sbd1-1/+2
2012-04-13Move USE_PKGSRC_GCC from compler.mk to compler/gcc.mk and make it a yes/nosbd1-2/+18
2012-04-13Inorder to use a native gcc there must be a builtin gcc.sbd1-2/+2
2012-03-06Highest version of gcc in pkgsrc is now 4.6.3hans1-2/+2
2012-03-06Add CCACHE_COMPILERCHECK to the environment when using ccache.sbd1-2/+2
2012-02-28If gcc from pkgsrc is used, FCPATH might not be installed yet. Don'thans1-2/+2
2011-11-03Update _GCC_DIST_VERSION to 4.6.2hans1-2/+2
2011-10-30README.C not README.c, says veego who seems to be afraid to use his commit bit.wiz1-2/+2
2011-10-30Check for /usr/var/README.c as well.wiz1-2/+2
2011-09-28Fix setup of g95 as PKGSRC_FORTRAN for fortran77 packages.markd1-2/+3
2011-09-08Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -iabs1-2/+7
2011-08-22Fix bootstrap on IRIX with mipspro compiler, for detailscheusov1-1/+3
2011-08-18Update _GCC_DIST_VERSION to 4.6.1.wiz1-2/+2
2011-07-19If the clang-cpp alias exists, use it as default CPP in pkgsrc.joerg1-2/+12
2011-06-10Support gcc-4.5 and gcc-4.6. Some testing by Jörn Clausen.wiz1-6/+67
2011-05-19Apply the patch from my own pkg/42480.alnsn1-1/+26
2011-05-08Fix bug in .include directive. This fixes mipspro support on IRIX.cheusov1-2/+2
2011-02-25Update to 4.4.5, fixes a build problem on OpenIndiana (and probablyhans1-2/+2
2010-12-26Remove possibly confusing variable assignment.asau1-2/+1
2010-12-26Fortran is not Fortran-77 anymore.asau1-2/+2
2010-12-26Break with the past: use g95 as default Fortran compiler.asau1-1/+6
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 detectionadam2-25/+15
2010-10-21Fix clang.mk; add C++ supportadam1-12/+10