Age | Commit message (Expand) | Author | Files | Lines |
2021-10-04 | mk: omit space between -z and relro | nia | 2 | -6/+6 |
2021-10-01 | Prune gcc34, gcc44. | nia | 1 | -35/+5 |
2021-08-03 | clang.mk: add support for PKGSRC_USE_SSP=strong | nia | 1 | -1/+3 |
2021-08-03 | gcc.mk: Add support for MKPIE when compiling Fortran code. | nia | 1 | -1/+5 |
2021-08-01 | gcc.mk: Remove bogus test for NetBSD. | nia | 1 | -4/+2 |
2021-04-25 | various fixes for arm64 big endian support. | mrg | 1 | -2/+2 |
2021-04-06 | mk: Remove lingering gcc5 reference | nia | 1 | -4/+2 |
2021-04-02 | mk: Remove gcc44 bits | nia | 1 | -35/+5 |
2021-04-02 | mk: use gcc6-aux for ada | nia | 1 | -9/+9 |
2021-04-02 | mk: Remove references to gcc48/gcc49, as done elsewhere here | nia | 1 | -6/+2 |
2021-02-04 | mk/compiler/gcc.mk: Remove stray mid-line \ | gdt | 1 | -2/+2 |
2021-01-17 | g/c gcc48, gcc49, gcc5 logic | maya | 1 | -77/+6 |
2021-01-17 | If the base GCC isn't enough, and GCC_REQD=4.5 to 6, use gcc6. | maya | 1 | -32/+5 |
2020-12-05 | mk: fix a duplicate GCC9 variable to refer to GCC10 instead | wiz | 1 | -2/+2 |
2020-10-28 | mk: expand _USE_GCC_SHLIB section to gcc9/gcc10 | wiz | 1 | -2/+7 |
2020-10-20 | mk/compiler/gfortran.mk: bump default from gcc9 to gcc10 on current aarch64 | tnn | 1 | -1/+6 |
2020-10-06 | mk: fix undefined variables for current make running in -dL mode | rillig | 1 | -2/+4 |
2020-09-21 | Xcode 12 (or its associated Command Line Tools) ships with default-on | schmonz | 1 | -1/+11 |
2020-09-02 | mk/compiler: Support GCC_REQD=9 or 10 | ryoon | 1 | -4/+71 |
2020-06-02 | mk/compiler.mk: check for too late GCC_REQD and USE_LANGUAGES | rillig | 1 | -1/+4 |
2020-05-31 | mk/compiler: Set -fcommon for GCC 10 | sjmulder | 1 | -1/+4 |
2020-05-30 | mk/compiler: Fix version check for GCC 10 | sjmulder | 1 | -2/+2 |
2020-04-17 | Adjust last to really prepend in the case of cwrappers. | joerg | 1 | -2/+3 |
2020-04-17 | clang 10 defaults to -fno-common with significant fallout in pkgsrc. | joerg | 1 | -3/+3 |
2020-03-30 | mk/compiler: Make gfortran the default fortran compiler. | nia | 2 | -13/+2 |
2020-03-26 | mk/compiler/gfortran.mk: Add comment about gcc 4.8 handling | gdt | 1 | -1/+4 |
2020-03-26 | mk/compiler/gfortran.mk: Fix bugs in version selection | gdt | 1 | -3/+3 |
2020-03-14 | mk: default to gfortran on aarch64, there's no g95 for aarch64 | nia | 2 | -2/+10 |
2020-03-07 | Match indentation. | maya | 1 | -2/+2 |
2020-03-07 | Test that the lang/gccN exists before defaulting to N as the gfortran version. | maya | 1 | -3/+6 |
2020-02-26 | mk/compiler/gfortran: Default to same major version as base GCC | bacon | 1 | -2/+9 |
2019-09-19 | mk/compiler/gcc.mk: reorder variables in _VARGROUPS section | rillig | 1 | -12/+13 |
2019-09-18 | mk/compiler/gcc.mk: add missing variables to _VARGROUPS section | rillig | 1 | -5/+9 |
2019-09-18 | mk/compiler/gcc.mk: search for GCCBASE/bin/gcc as well | rillig | 1 | -1/+6 |
2019-09-18 | mk/compiler: replace complicated :M_asdf_ modifier with :[1] | rillig | 1 | -4/+4 |
2019-09-08 | mk/compiler/gcc.mk: refactoring for PKGPATH comparison | rillig | 1 | -16/+16 |
2019-09-07 | mk/compiler/gcc.mk: improve _VARGROUPS section | rillig | 1 | -27/+24 |
2019-09-07 | mk/compiler/gcc.mk: update _VARGROUPS | rillig | 1 | -6/+46 |
2019-09-02 | mk: use a single form for headings in the documentation comments | rillig | 1 | -3/+3 |
2019-07-15 | Do not pass -std=c++03 to GCC 4.4 | ryoon | 2 | -2/+14 |
2019-07-09 | aarch64 has no compiler flag for ABI=64. | riastradh | 1 | -1/+4 |
2019-07-09 | Avoid passing _CC as cross-compiler to recursive makes. | riastradh | 1 | -1/+5 |
2019-04-20 | mk: fix pkglint warnings about ambiguous variables | rillig | 1 | -2/+2 |
2019-01-09 | Add RELRO support for clang, based on the gcc logic. | wiz | 1 | -1/+15 |
2018-11-12 | mk: Add CTF infrastructure support. | jperkin | 2 | -2/+6 |
2018-10-29 | Don't rely on gcc version fallthrough for GCC_REQD+=8 | abs | 1 | -2/+2 |
2018-10-28 | Add GCC_REQD+=8 support to compiler/gcc.mk | abs | 1 | -4/+38 |
2018-10-09 | Support single digit GCC_REQ values (5, 6 or 7) | abs | 1 | -9/+9 |
2018-10-08 | Remove trailing whitespace | rillig | 1 | -2/+2 |
2018-08-22 | Remove clauses 3,4 from TNF-only copyright blocks. | maya | 7 | -56/+7 |