summaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
AgeCommit message (Expand)Author
2021-01-30In some cases one may want to use GCC to build something when itsGerald Pfeifer
2020-06-20Simplify a comment after r531883 | gerald | 2020-04-16 (which in turnGerald Pfeifer
2020-06-02Now that GCC 10.1 has been released and lang/gcc10 arrived to trackGerald Pfeifer
2020-04-26Add support for GCC 10. That is in the release phase and has not seenGerald Pfeifer
2020-04-16Finalize the streamlining of data structures holding version-specificGerald Pfeifer
2020-04-09Simplify the logic by removing a variable (_GCC_PORT_DEPENDS) andGerald Pfeifer
2020-04-03Refactor the handling of USE_GCC=any so that it essentially becomes aGerald Pfeifer
2020-03-12Streamline two comments and remove debugging output we hardly need anyGerald Pfeifer
2020-02-22Significantly simplify the logic to determine which port (or base version)Gerald Pfeifer
2019-12-31With print/pdftk which required GCJ (GNU Java) updated, the lastGerald Pfeifer
2019-06-02Add support for GCC 9 via the new lang/gcc9 port. USE_GCC=9+ andGerald Pfeifer
2019-05-18Now that the last dependency on GCC 5 (and lang/gcc5) in the PortsGerald Pfeifer
2019-02-23Remove support for USE_GCC=4.9+ and USE_GCC=4.9 from the tree. NothingGerald Pfeifer
2018-12-29Fix build of GCC on powerpc64.Andreas Tobler
2018-08-05Filter -mretpoline, which is specific to clang and not supported byGerald Pfeifer
2018-08-05Add CXXFLAGS to the debugging output provided by test-gcc and put that,Gerald Pfeifer
2018-07-15Add support for GCC 8 (and the newly added lang/gcc8 port). USE_GCC=8+Gerald Pfeifer
2018-06-02Document the form USE_GCC=X+ instead of the older form USE_GCC=X.Y+Gerald Pfeifer
2017-08-15Connect the new lang/gcc7 port into the infrastructure of Mk/bsd.gcc.mkGerald Pfeifer
2017-06-05Remove support for USE_GCC=4.7 and USE_GCC=4.7+. Nothing in the treeGerald Pfeifer
2017-05-02As of today, USE_GCC=yes (and USE_GCC=any in most circumstances)Gerald Pfeifer
2017-02-01Use USE_GCC=6+ as example for the "+" flavor of USE_GCC instead ofGerald Pfeifer
2017-01-28Remove 4.6 as a valid option for USE_GCC and GCC_DEFAULT; it has notGerald Pfeifer
2016-08-03Always include bsd.default-versions.mk in bsd.port.mk.Mathieu Arnold
2016-06-10Now that lang/gcc6 has landed (which carries official GCC 6.x releases),Gerald Pfeifer
2016-04-14Try to be more helpful to our users, and keep all the possible versionsMathieu Arnold
2016-03-27Remove the now unneeded ${PORTSDIR} from dependency definition inBaptiste Daroussin
2015-04-22Since there is not going to be any new version of GCC in the FreeBSDGerald Pfeifer
2015-01-26Move LANG_GCC_IS from bsd.gcc.mk to bsd.default-versions.mk and useGerald Pfeifer
2015-01-04Rename the somewhat confusingly named GCC_DEFAULT_V to LANG_GCC_IS.Gerald Pfeifer
2014-11-07Update examples to use GCC 4.9 instead of 4.8, since the latter is nowGerald Pfeifer
2014-11-02Add support for USE_GCC=5 and its preferred form USE_GCC=5+.Gerald Pfeifer
2014-09-26Depend on lang/gccXY if users wish to use a different version of gcc byTijl Coosemans
2014-03-16Refer to bsd.default-versions.mk for the canonical version of GCC; noGerald Pfeifer
2014-03-10Update the default version of GCC used in the Ports Collection fromGerald Pfeifer
2014-02-25Revert bogus parts of revision 345909.Gerald Pfeifer
2014-02-25Reword the documentation at the top of this file.Gerald Pfeifer
2014-02-24Replace all uses of GCC_DEFAULT_VERSION by GCC_DEFAULT, remove theGerald Pfeifer
2014-02-23Remove the _GCC_BUILD_DEPENDS variable which we had kept for the sakeGerald Pfeifer
2014-02-16Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans
2014-01-26Unregister lang/gcc44 now that it is no longer used by any port.Rene Ladan
2014-01-04Disconnect lang/gcc34 from bsd.gcc.mk, it is not used by any port anymore.Rene Ladan
2013-12-07Explicitly include the GCC run time directory in LDFLAGS. This shouldGerald Pfeifer
2013-11-23Unbreak USE_GCC=any. We do need to keep GCC 4.2 in our internal tablesGerald Pfeifer
2013-11-23Bye, bye lang/gcc42 aka GCC 4.2. As a port you have served us well,Gerald Pfeifer
2013-11-10Document USE_GCC=any. Reformat the description a bit and use newerGerald Pfeifer
2013-10-13Add support for USE_GCC=4.9 and USE_GCC=4.9+.Gerald Pfeifer
2013-03-29Merge two loops and initialize _GCC_FOUND${v} and check whether USE_GCCGerald Pfeifer
2013-03-19When the same version of GCC is present as a port and in base, preferGerald Pfeifer
2013-03-16Simplify (and strictly speaking, though not practically given versionGerald Pfeifer