about summary refs log tree commit diff
path: root/pkgs/build-support/cc-wrapper
AgeCommit message (Expand)AuthorFilesLines
2023-08-20Merge master into staging-nextgithub-actions[bot]1-1/+1
2023-08-12Merge branch 'master' into stdenv.cc.libcxxYang, Bo8-78/+286
2023-08-06cc-wrapper: include fortify-headers before libc includes for muslRobert Scott1-0/+18
2023-08-02Merge pull request #245282 from reckenrode/gccStdenv-fixWeijia Wang1-2/+5
2023-08-01cc-wrapper: use a temporary file for reponse fileRandy Eckenrode1-2/+5
2023-07-26Merge #243595: cc-wrapper: -fwrapv instead of -fno-strict-overflow in clangVladimír Čunát2-2/+14
2023-07-22Merge pull request #239624 from Stunkymonkey/use-optionalString-thenFelix Bühler1-7/+7
2023-07-17cc-wrapper: use -fwrapv instead of -fno-strict-overflow in clangTheodore Ni2-2/+14
2023-07-06Merge #224822: hardening flags: enable fortify3 by defaultVladimír Čunát1-1/+1
2023-07-06Merge pull request #239331 from pwaller/fix-pie-hardeningArtturi1-1/+1
2023-07-05Merge pull request #239120 from LibreCybernetics/arch-stuffArtturi1-2/+14
2023-06-25treewide: use optionalAttrs instead of 'else {}'Felix Buehler1-2/+2
2023-06-25hardening flags: enable fortify3 by defaultRobert Scott1-1/+1
2023-06-24treewide: use optionalString instead of 'then ""'Felix Buehler1-7/+7
2023-06-24lib.systems.architectures: add microarchitecture levelsFabián Heredia Montiel1-2/+14
2023-06-23build-support: Use response-expanded params in pie testPeter Waller1-1/+1
2023-06-19Merge pull request #237167 from CHN-beta/masterSandro1-0/+2
2023-06-16lib.systems: add znver4 architectureFabián Heredia Montiel1-0/+3
2023-06-11stdenv: add alderlake supportchn1-0/+2
2023-06-11Merge #235610: cc-wrapper: try to better guess meta.mainProgramVladimír Čunát1-0/+1
2023-06-07gcj: fix compilerJack Leightcap1-2/+2
2023-06-02cc-wrapper: try to better guess meta.mainProgramVladimír Čunát1-0/+1
2023-05-19pkgs: fix typosfigsoda1-1/+1
2023-05-09Merge staging-next into staginggithub-actions[bot]1-3/+3
2023-05-09cc-wrapper: when merging gcc32 and gcc64, merge libgcc as wellAdam Joseph1-3/+3
2023-05-03cc-wrapper: support `--`Rahul Butani1-0/+18
2023-04-28wrapCCWith: disable pic when building for WindowsAlyssa Ross1-1/+1
2023-04-16Merge #225846: cc-wrapper: deunify clang/gcc handling of -BVladimír Čunát1-2/+1
2023-04-15Merge staging-next into staginggithub-actions[bot]1-2/+2
2023-04-15Merge pull request #178280 from veprbl/pr/ccache_clang_fixKira Bruneau1-2/+2
2023-04-14Merge staging-next into staginggithub-actions[bot]1-2/+5
2023-04-14Merge pull request #216992 from SuperSandro2000/stdenvNative-fix-evalSandro1-2/+5
2023-04-13cc-wrapper: deunify clang/gcc handling of `-B` flagAdam Joseph1-1/+3
2023-04-12{bintools,cc}-wrapper: don't fallback to version = nullSandro Jäckel1-1/+1
2023-04-12cc-wrapper: don't set env to null when nativeTools is usedSandro Jäckel1-1/+4
2023-04-12Revert "cc-wrapper: add optional temporary hack for -B"Adam Joseph1-4/+1
2023-04-12Merge staging-next into staginggithub-actions[bot]1-1/+4
2023-04-12cc-wrapper: add optional temporary hack for -BVladimír Čunát1-1/+4
2023-04-11cc-wrapper: deunify clang/gcc treatment of -isystemAdam Joseph1-1/+5
2023-04-11Revert "julia{18,19,}: fix build by a temporary hack"Artturin1-6/+1
2023-04-10julia{18,19,}: fix build by a temporary hackVladimír Čunát1-1/+6
2023-04-04Merge #169327: cc-wrapper: fix minor problemsVladimír Čunát1-0/+2
2023-04-03Merge pull request #209870 from amjoseph-nixpkgs/pr/stdenv/external-gcc-boots...Bernardo Meurer1-3/+39
2023-04-02stdenv: Nix-driven bootstrap of gccAdam Joseph1-2/+33
2023-04-02cc-wrapper: if isClang, add -L${gccForLibs.libgcc}/libAdam Joseph1-1/+6
2023-03-17cc-wrapper: make $tool-prefixed `cpp` wrapping unconditionalSergei Trofimovich1-5/+3
2023-03-17cc-wrapper: wrap `cpp` for cross lust like to nativeSergei Trofimovich1-0/+4
2023-02-21Merge pull request #216232 from amjoseph-nixpkgs/pr/cc-wrapper/useCcForLibsSergei Trofimovich1-2/+4
2023-02-20cc-wrapper: allow non-clang compilers to use gccForLibs codepathAdam Joseph1-2/+4
2023-02-21cc-wrapper: fix inverted logic around fortify & fortify3 mutual exclusionRobert Scott1-1/+1