summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-11-08Update pkgs/development/compilers/gcc/patches/default.nixAdam Joseph1-1/+1
2023-11-08gcc{48,49,6,7,8,9,10}: improve cctools-llvm compatibilityRandy Eckenrode1-0/+6
2023-11-08gcc{48,49,6,7,8,9,10}: fix missing symbol errors on x86_64-darwinRandy Eckenrode2-0/+37
2023-11-08gcc{8,9}: don’t pass --gstabs to clang assemblerRandy Eckenrode3-0/+203
2023-11-08gcc{48,49,6}: don’t use -pipe with clang assemblerRandy Eckenrode2-0/+22
2023-11-08gcc11: fix build on aarch64-darwinRandy Eckenrode2-0/+24
2023-11-08gcc48: disable on x86_64-darwinRandy Eckenrode2-4/+1
2023-11-07gcc: move version iteration out of all-packages.nixAdam Joseph1-0/+53
2023-11-07gcc: move version information to gcc/versions.nixAdam Joseph2-24/+42
2023-11-04gcc.libgcc: compare host and target platforms, rathern than their triplesAdam Joseph1-2/+2
2023-10-25gcc: create dummy crtstuff on S390 as wellAdam Joseph1-3/+4
2023-10-22gcc: create dummy crtstuff on loongarch64Weijia Wang1-4/+19
2023-10-11Merge master into staging-nextgithub-actions[bot]1-3/+2
2023-10-10gcc: always inhibit libc in cross with same configsAlyssa Ross1-3/+2
2023-10-08Merge remote-tracking branch 'origin/master' into staging-nextFabián Heredia Montiel1-1/+1
2023-10-07gcc: add fallback to conditionArtturin1-1/+1
2023-10-05Merge remote-tracking branch 'origin/master' into staging-nextAlyssa Ross1-1/+4
2023-10-05Merge pull request #241206 from amjoseph-nixpkgs/tighten-inhibit_libc-conditionArtturi1-1/+4
2023-09-22Merge staging-next into staginggithub-actions[bot]2-0/+13
2023-09-21gcc: set GFORTRAN_FOR_TARGET on cross-built native compilersAdam Joseph2-0/+13
2023-09-19Merge pull request #250498 from amjoseph-nixpkgs/gcc/deduplicate/simplify2Artturi1-9/+5
2023-09-09Merge master into staging-nextgithub-actions[bot]3-3/+3
2023-09-08Merge pull request #253939 from angerman/angerman/ucrt64John Ericson3-3/+3
2023-09-09Merge master into staging-nextgithub-actions[bot]2-5/+22
2023-09-08gcc: for cross compilers, don't build libgcc twiceAdam Joseph2-5/+22
2023-09-08treewide: replace libc == "msvcrt" with isMinGWMoritz Angermann3-3/+3
2023-09-06Merge pull request #250496 from amjoseph-nixpkgs/simplifyArtturi1-99/+163
2023-09-02gcc.patches: For gcc49 apply libsanitizer-no-cyclades-9 patch laterArtturin1-1/+4
2023-08-29gcc: move dll.a in lib64 to lib output tooArtturin1-0/+1
2023-08-27gcc: move dll to outputmarius david1-0/+2
2023-08-23gcc: unescapify backslashAdam Joseph1-1/+1
2023-08-23gcc: remove backticks-used-as-quotes (error prone)Adam Joseph1-2/+2
2023-08-23gcc: simplify expression by applying workarounds more broadlyAdam Joseph1-8/+4
2023-08-23gcc: limit gcc12 isMips `--disable-libsanitizer` to abi=="gnu"Adam Joseph1-1/+1
2023-08-23gcc12: disable libsanitizer for mips64Sergei Trofimovich1-0/+5
2023-08-21gcc: patches: reorganize and simplifyAdam Joseph1-99/+160
2023-08-20gcc: patches: fix patch nameAdam Joseph1-1/+1
2023-08-20gcc: patches: fix patch nameAdam Joseph1-1/+1
2023-08-20gcc: resolve merge conflict from stagingAdam Joseph1-2/+2
2023-08-20gcc: match weird whack-a-mole per-version hash algorithmAdam Joseph1-1/+1
2023-08-20gcc: clean up version conditionsAdam Joseph2-65/+84
2023-08-20gcc: move version-map out of all-packages.nix, into pkgs/Adam Joseph1-2/+16
2023-08-20gcc: move patches attribute into patches/ subdirectoryAdam Joseph32-197/+236
2023-08-20gcc: if atLeast 4.8, use deduplicated versionAdam Joseph2-339/+33
2023-08-20gcc: if atLeast 4.9, use deduplicated versionAdam Joseph4-382/+75
2023-08-20gcc: if atLeast 6, use deduplicated versionAdam Joseph7-392/+131
2023-08-20gcc: if atLeast 7, use deduplicated versionAdam Joseph7-310/+30
2023-08-20gcc: if atLeast 8, use deduplicated versionAdam Joseph3-286/+13
2023-08-20gcc: if atLeast 9, use deduplicated versionAdam Joseph6-303/+16
2023-08-20gcc: if atLeast 10, use deduplicated versionAdam Joseph3-311/+32