Age | Commit message (Expand) | Author | Files | Lines |
2022-12-09 | mk/compiler/ccache.mk: Use ccache3 | gdt | 1 | -2/+10 |
2022-12-06 | mk: Use gcc12 for gfortran on Darwin/aarch64. | jperkin | 1 | -1/+5 |
2022-11-23 | mk: Only add obsolete GCC_REQD if required. | jperkin | 1 | -5/+11 |
2022-08-01 | mk: add stack-clash option to PKGSRC_USE_STACK_CHECK | wiz | 1 | -3/+5 |
2022-07-07 | mk: Remove -std overrides for clang. | jperkin | 1 | -5/+1 |
2022-07-07 | mk: Move GCC <= 4.4 override out of for loop. | jperkin | 1 | -4/+4 |
2022-07-05 | mk: Add support for newer C standards. | jperkin | 2 | -7/+15 |
2022-06-16 | gcc.mk: support gcc12 | adam | 1 | -6/+41 |
2022-05-28 | gcc.mk: restore GCC 6 handling | gutteridge | 1 | -8/+49 |
2022-05-21 | gcc.mk: fix syntax | nia | 1 | -5/+5 |
2022-05-21 | gcc.mk: Force USE_GCC_RUNTIME (etc.) on older NetBSD versions that | nia | 1 | -43/+24 |
2022-04-07 | Make pkglint happy | adam | 1 | -2/+2 |
2022-04-07 | gcc.mk: gcc8 and gcc9 from pkgsrc do not build on 32-bit netbsd arm | nia | 1 | -1/+12 |
2022-04-04 | mk: Fix malformed conditional. | jperkin | 1 | -2/+2 |
2022-04-04 | mk: Cross-eyed hacks to support cross-libtool. | riastradh | 1 | -2/+2 |
2022-04-02 | gfortran: Correct notion of check. All pkgsrc gccs before version 10 are | nia | 1 | -3/+7 |
2022-04-02 | gfortran.mk: Use gcc version 10 on all arm-type netbsds. | nia | 1 | -3/+5 |
2022-03-13 | mk: MKPIE is not GCC-specific. Should help ObjC packages. | nia | 2 | -10/+16 |
2022-01-30 | compiler/clang.mk: do not disable PIE support | wiz | 1 | -6/+1 |
2022-01-19 | Emit a warning when PKGSRC_MKPIE==yes but PKGSRC_COMPILER==clang | pho | 1 | -1/+6 |
2022-01-18 | Add a package-settable variable PKGSRC_OVERRIDE_MKPIE | pho | 1 | -1/+3 |
2021-12-22 | mk: Set the default page size when compiling with RELRO with GCC on | nia | 1 | -1/+5 |
2021-12-19 | mk/compiler: Return the cwrappers stuff for RELRO now that it doesn't | nia | 2 | -2/+6 |
2021-11-29 | mk: Use OPSYS_VERSION where appropriate. | jperkin | 1 | -3/+3 |
2021-11-07 | mk: revert RELRO default and cease use of wrappers until some more | nia | 2 | -6/+2 |
2021-11-06 | mk: Correct the wrappers invocation for RELRO. This should help many | nia | 2 | -4/+6 |
2021-11-02 | mk: Make it possible for a package to fall back to partial RELRO. | nia | 2 | -10/+12 |
2021-10-08 | gcc.mk: Avoid matching gcc2, gcc3. | nia | 1 | -96/+8 |
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 |