summaryrefslogtreecommitdiff
path: root/mk/compiler/gcc.mk
AgeCommit message (Expand)AuthorFilesLines
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-02-04Ensure additional C99 flags are passed via cwrappers too.jperkin1-1/+2
2015-01-01Add gcc46-libs support code.ryoon1-2/+4
2014-11-03Fix GCC49 pattern.ryoon1-2/+2
2014-10-31Restore monolithic gcc48 and gcc48-libs.ryoon1-31/+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).ryoon1-2/+3
2014-06-01Set gcc48-* compilers, and gcc48-fortaran as default Fortran compiler forryoon1-28/+33
2014-04-22Support per language gcc48 packagesryoon1-14/+30
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-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-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-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
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+= adamarino1-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-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-09-08Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -iabs1-2/+7
2011-08-18Update _GCC_DIST_VERSION to 4.6.1.wiz1-2/+2
2011-06-10Support gcc-4.5 and gcc-4.6. Some testing by Jörn Clausen.wiz1-6/+67