aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
Commit message (Expand)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-2/+0
* In some cases one may want to use GCC to build something when itsGerald Pfeifer2021-01-301-0/+32
* Simplify a comment after r531883 | gerald | 2020-04-16 (which in turnGerald Pfeifer2020-06-201-2/+2
* Now that GCC 10.1 has been released and lang/gcc10 arrived to trackGerald Pfeifer2020-06-021-2/+2
* Add support for GCC 10. That is in the release phase and has not seenGerald Pfeifer2020-04-261-1/+5
* Finalize the streamlining of data structures holding version-specificGerald Pfeifer2020-04-161-9/+3
* Simplify the logic by removing a variable (_GCC_PORT_DEPENDS) andGerald Pfeifer2020-04-091-6/+5
* Refactor the handling of USE_GCC=any so that it essentially becomes aGerald Pfeifer2020-04-031-59/+28
* Streamline two comments and remove debugging output we hardly need anyGerald Pfeifer2020-03-121-7/+2
* Significantly simplify the logic to determine which port (or base version)Gerald Pfeifer2020-02-221-37/+10
* With print/pdftk which required GCJ (GNU Java) updated, the lastGerald Pfeifer2019-12-311-4/+3
* Add support for GCC 9 via the new lang/gcc9 port. USE_GCC=9+ andGerald Pfeifer2019-06-021-1/+2
* Now that the last dependency on GCC 5 (and lang/gcc5) in the PortsGerald Pfeifer2019-05-181-3/+2
* Remove support for USE_GCC=4.9+ and USE_GCC=4.9 from the tree. NothingGerald Pfeifer2019-02-231-2/+1
* Fix build of GCC on powerpc64.Andreas Tobler2018-12-291-0/+7
* Filter -mretpoline, which is specific to clang and not supported byGerald Pfeifer2018-08-051-0/+4
* Add CXXFLAGS to the debugging output provided by test-gcc and put that,Gerald Pfeifer2018-08-051-1/+3
* Add support for GCC 8 (and the newly added lang/gcc8 port). USE_GCC=8+Gerald Pfeifer2018-07-151-1/+2
* Document the form USE_GCC=X+ instead of the older form USE_GCC=X.Y+Gerald Pfeifer2018-06-021-4/+4
* Connect the new lang/gcc7 port into the infrastructure of Mk/bsd.gcc.mkGerald Pfeifer2017-08-151-1/+2
* Remove support for USE_GCC=4.7 and USE_GCC=4.7+. Nothing in the treeGerald Pfeifer2017-06-051-2/+1
* As of today, USE_GCC=yes (and USE_GCC=any in most circumstances)Gerald Pfeifer2017-05-021-4/+0
* Use USE_GCC=6+ as example for the "+" flavor of USE_GCC instead ofGerald Pfeifer2017-02-011-1/+1
* Remove 4.6 as a valid option for USE_GCC and GCC_DEFAULT; it has notGerald Pfeifer2017-01-281-2/+1
* Always include bsd.default-versions.mk in bsd.port.mk.Mathieu Arnold2016-08-031-2/+0
* Now that lang/gcc6 has landed (which carries official GCC 6.x releases),Gerald Pfeifer2016-06-101-1/+2
* Try to be more helpful to our users, and keep all the possible versionsMathieu Arnold2016-04-141-0/+2
* Remove the now unneeded ${PORTSDIR} from dependency definition inBaptiste Daroussin2016-03-271-2/+2
* Since there is not going to be any new version of GCC in the FreeBSDGerald Pfeifer2015-04-221-16/+13
* Move LANG_GCC_IS from bsd.gcc.mk to bsd.default-versions.mk and useGerald Pfeifer2015-01-261-3/+0
* Rename the somewhat confusingly named GCC_DEFAULT_V to LANG_GCC_IS.Gerald Pfeifer2015-01-041-2/+2
* Update examples to use GCC 4.9 instead of 4.8, since the latter is nowGerald Pfeifer2014-11-071-2/+2
* Add support for USE_GCC=5 and its preferred form USE_GCC=5+.Gerald Pfeifer2014-11-021-1/+2
* Depend on lang/gccXY if users wish to use a different version of gcc byTijl Coosemans2014-09-261-2/+3
* Refer to bsd.default-versions.mk for the canonical version of GCC; noGerald Pfeifer2014-03-161-3/+2
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
* Revert bogus parts of revision 345909.Gerald Pfeifer2014-02-251-1/+1
* Reword the documentation at the top of this file.Gerald Pfeifer2014-02-251-1/+1
* Replace all uses of GCC_DEFAULT_VERSION by GCC_DEFAULT, remove theGerald Pfeifer2014-02-241-6/+7
* Remove the _GCC_BUILD_DEPENDS variable which we had kept for the sakeGerald Pfeifer2014-02-231-3/+0
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-49/+1
* Unregister lang/gcc44 now that it is no longer used by any port.Rene Ladan2014-01-261-2/+1
* Disconnect lang/gcc34 from bsd.gcc.mk, it is not used by any port anymore.Rene Ladan2014-01-041-12/+1
* Explicitly include the GCC run time directory in LDFLAGS. This shouldGerald Pfeifer2013-12-071-1/+1
* Unbreak USE_GCC=any. We do need to keep GCC 4.2 in our internal tablesGerald Pfeifer2013-11-231-1/+2
* Bye, bye lang/gcc42 aka GCC 4.2. As a port you have served us well,Gerald Pfeifer2013-11-231-5/+2
* Document USE_GCC=any. Reformat the description a bit and use newerGerald Pfeifer2013-11-101-5/+11
* Add support for USE_GCC=4.9 and USE_GCC=4.9+.Gerald Pfeifer2013-10-131-1/+2
* Merge two loops and initialize _GCC_FOUND${v} and check whether USE_GCCGerald Pfeifer2013-03-291-14/+9
* When the same version of GCC is present as a port and in base, preferGerald Pfeifer2013-03-191-4/+2