summaryrefslogtreecommitdiff
path: root/mk/compiler/gcc.mk
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-25Update to 4.4.5, fixes a build problem on OpenIndiana (and probablyhans1-2/+2
2010-12-26Break with the past: use g95 as default Fortran compiler.asau1-1/+6
2010-07-30Implement "fortran77" as alias for "fortran".asau1-6/+9
2010-05-06Changes 4.4.4:adam1-2/+2
2010-04-24Remove tail of -* from _GCC_VERSION for _GCC_PKG.obache1-2/+2
2010-03-15Changes 4.4.3:adam1-2/+2
2009-09-18Fix a typo, no idea why this didn't show up when I tested this before.dmcmahill1-2/+2
2009-09-18Teach this file about the lang/gcc44 packagedmcmahill1-7/+44
2009-09-12Add 32 bit and 64 ABI options for GCC under Mac OS X.tron1-1/+6
2009-07-28Did you know that the := operator behaves funnily? Example:rillig1-2/+6
2009-07-08Allow other fortran compilers than f2c to be used when gcc doesn't supplymarkd1-8/+10
2009-05-30Rename GCC_USE_SYMLINKS to COMPILER_USE_SYMLINKS, implement it for thejoerg1-5/+2
2009-03-17Documented the public variables of this file.rillig1-1/+27
2008-11-16Don't try to build gcc2 on AMD64, as it's not supported by that compiler.ahoka1-3/+3
2008-09-16Added the list of variables, so that "bmake show-all-gcc" shows all therillig1-1/+29
2008-02-07Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-7/+7
2007-08-11When calling gcc to extract the version number, pass downjoerg1-2/+2
2007-08-02Add core of the infrastructure support for cross-compilation.joerg1-14/+17
2007-02-10Replaced the deprecated PKG_SKIP_REASON with PKG_FAIL_REASON.rillig1-2/+2
2007-01-08gcc2 does not support -std=c99. If c99 is needed, requiregavan1-1/+6
2006-12-15Remove trailing spaces.martti1-3/+3
2006-12-06Don't force strict C99 mode by default, but the relaxed GNU-C99 mode.joerg1-2/+2
2006-12-02Instead of setting compiler flags in each package if it uses C99,jschauma1-1/+5
2006-10-22Added header comments.rillig1-1/+4
2006-07-06On Solaris set _COMPILER_ABI_FLAG.64 to be consistent with the sunpromarkd1-1/+5
2006-04-05Change _GCC_DIST_VERSION from 3.4.5 to 3.4.6 to reflect update toshannonjr1-2/+2
2006-02-10Bump '_GCC_DIST_VERSION' to '3.4.5' to match lang/gcc34shannonjr1-2/+2
2005-05-31Updated _GCC_DIST_VERSION from 3.4.3 to 3.4.4 to reflect recent updateshannonjr1-2/+2
2005-03-24USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mailtv1-12/+4