Age | Commit message (Expand) | Author | Files | Lines |
2017-04-10 | Let GCC 4.4 handle requests for GCC 4.[0-4] to ensure we are consistent in | jperkin | 1 | -4/+4 |
2017-03-05 | Fix path to cross-libtool-base in f2c.mk for crossbuilding | kamil | 1 | -3/+3 |
2016-12-29 | Remove last mentions of gcc45,46,47 in mk/. | maya | 1 | -60/+1 |
2016-12-29 | Remove some of the mentions for gcc{45,46,47}. | maya | 1 | -34/+5 |
2016-12-29 | Make GCC_REQD+= 4.5 to 4.8 resolve to 4.8 (dropping the possibility to | maya | 1 | -12/+3 |
2016-11-25 | Upgrade USE_LANGUAGES=ada to use lang/gcc5-aux instead of lang/gcc-aux | marino | 1 | -8/+8 |
2016-10-10 | Fix mips ABI setup which cannot have possibly worked for a long time. | jperkin | 1 | -19/+7 |
2016-09-13 | Add logic so GCC_REQD+=6.x works | maya | 1 | -4/+38 |
2016-09-12 | Introduce GFORTRAN_VERSION, pick which version of gfortran is used. | maya | 1 | -5/+7 |
2016-07-09 | Remove obsolete anti-cycle logic; fixes PR 48961. | dholland | 1 | -4/+2 |
2016-06-13 | Change PKGSRC_USE_SSP to a quad option. The options are now: | jperkin | 1 | -5/+15 |
2016-04-11 | update PKG_{FAIL,SKIP}_REASON with += | dbj | 1 | -3/+3 |
2016-03-11 | Re-arrange support for FORTIFY/MKPIE/RELRO/SSP | khorben | 1 | -1/+22 |
2016-03-11 | Add support for a number of security features | khorben | 1 | -2/+21 |
2016-03-02 | Pass correct GCC ABI flags on AIX. | jperkin | 1 | -2/+7 |
2015-11-25 | Remove mk/find-prefix.mk and its usage from the mk infrastructure. | jperkin | 4 | -22/+15 |
2015-10-09 | Correction to the previous: we must use ${GREP} -E, there's no ${EGREP} here. | he | 1 | -2/+2 |
2015-10-08 | Extend the pattern matching the -v output from pcc. | he | 1 | -2/+2 |
2015-09-11 | Ensure the dependency is satisfied by gcc48 rather than potentially pulling | jperkin | 1 | -3/+2 |
2015-09-10 | Pull in gcc48 as a full dependency. We don't yet have the fine-grained | jperkin | 1 | -1/+3 |
2015-07-26 | Add support for compiling with stack-smashing protection | khorben | 1 | -2/+4 |
2015-07-16 | Add gcc5 support. | ryoon | 1 | -4/+39 |
2015-05-03 | PR 49877: Expand correct variable. From Greg Onufer. | joerg | 1 | -2/+2 |
2015-04-27 | correct MACHINE_ARCH and compiler flags for HP-UX 64-bit ABI | tnn | 1 | -3/+10 |
2015-04-25 | Finish move of lang/gcc to lang/gcc2. | wiz | 1 | -6/+6 |
2015-04-18 | Until there is evidence to the contrary, provide _COMPILER_ABI_FLAG on | joerg | 1 | -3/+1 |
2015-04-02 | Append LIBABISUFFIX to the GCC library path. Fixes Linux and SunOS | jperkin | 1 | -2/+2 |
2015-04-02 | Don't include the main GCC libraries in linker paths when using | jperkin | 1 | -2/+5 |
2015-04-02 | Don't recompute _GCC_PREFIX and _GCC_SUBPREFIX in the general case. At | jperkin | 1 | -4/+1 |
2015-03-20 | Extend the list of packages that ccache.mk avoids in order to prevent | tnn | 1 | -2/+19 |
2015-03-02 | LLVM's correlated value propagation pass is known to require a lot of | joerg | 1 | -1/+3 |
2015-02-04 | Ensure additional C99 flags are passed via cwrappers too. | jperkin | 1 | -1/+2 |
2015-01-27 | ressurect support for PKGSRC_FORTRAN=gfortran and point it at gcc48 | dbj | 1 | -0/+117 |
2015-01-01 | Add gcc46-libs support code. | ryoon | 1 | -2/+4 |
2014-12-03 | cwrappers should get -Qunused-arguments too. | joerg | 1 | -1/+3 |
2014-11-03 | Fix GCC49 pattern. | ryoon | 1 | -2/+2 |
2014-10-31 | Restore monolithic gcc48 and gcc48-libs. | ryoon | 2 | -148/+16 |
2014-09-06 | Improve comments around USE_PKGSRC_GCC and GCC_REQD. | jperkin | 1 | -9/+6 |
2014-09-05 | Fix lang/gcc49 dependency logic, based on lang/gcc47. | jperkin | 1 | -2/+9 |
2014-09-04 | Add infrastructure support for lang/gcc49 and lang/gcc49-libs | jperkin | 1 | -4/+31 |
2014-06-09 | Make lang/g95 as default Fortran compiler under NetBSD current (GCC 4.8) | ryoon | 1 | -8/+1 |
2014-06-01 | Fix error under recent NetBSD current (GCC 4.8.3). | ryoon | 2 | -2/+120 |
2014-06-01 | Set gcc48-* compilers, and gcc48-fortaran as default Fortran compiler for | ryoon | 1 | -28/+33 |
2014-06-01 | Remove lang/gfortran | ryoon | 1 | -117/+0 |
2014-04-22 | Support per language gcc48 packages | ryoon | 1 | -14/+30 |
2014-04-05 | Add compiler support code for lang/gfortran Fortan 95/2003/2008 compiler | ryoon | 1 | -0/+117 |
2014-02-04 | Make sure FC is set for g77/gfortran. Fixes runtime Fortran in math/R et al. | fhajny | 1 | -1/+3 |
2013-11-23 | Set Interix bultin gcc specific patths to COMPILER_{INCLUDE,LIB}_DIRS. | obache | 1 | -1/+6 |
2013-07-31 | Construct CC_VERSION differenty; fix for Xcode where clang reports itself as ... | adam | 1 | -2/+2 |
2013-07-09 | Match against CC_VERSION rather than _GCC_VERSION, the latter is not defined | jperkin | 1 | -3/+3 |