about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/binutils
AgeCommit message (Expand)AuthorFilesLines
2023-04-27binutils: mark gold as unavailable on loongarch64jackyliu161-1/+1
2023-03-05binutils: fix MinGW link failures with import libsRandy Eckenrode2-0/+33
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2-2/+2
2023-02-12binutils: try to move headers around only when --host/--target differ (#215989)Sergei Trofimovich1-1/+1
2023-01-31binutils: advertise binutils plugin API on darwin, it should just workSergei Trofimovich1-1/+2
2023-01-31binutils: re-enable plugins support for wasi targetSergei Trofimovich1-2/+4
2023-01-31binutils: symlink libraries and headers for "target" to lib/ and include/Sergei Trofimovich1-0/+11
2023-01-30binutils: consolidate plugin-api.h support in a singleSergei Trofimovich3-2/+4
2023-01-29Merge pull request #211126 from trofi/binutils-updateSergei Trofimovich6-300/+70
2023-01-27binutils: 2.39 -> 2.40Sergei Trofimovich6-300/+70
2023-01-13binutils: avoid texinfo dependency during bootstrapSergei Trofimovich1-4/+19
2022-12-30binutils: gold is not available for riscv targetNick Cao1-3/+3
2022-12-17treewide: fix typosfigsoda2-2/+2
2022-10-26binutils: port AVR-specific options to "size"Emily Trau2-0/+439
2022-10-03binutils: drop R_ARM_COPY.patchYureka4-74/+0
2022-09-12libbfd: add CC_FOR_BUILD into dependsSergei Trofimovich1-0/+2
2022-09-05binutils: restore `nm` autodetection on darwinSergei Trofimovich3-0/+185
2022-09-02binutils: 2.38 -> 2.39Sergei Trofimovich5-205/+86
2022-08-23libbfd_2_38, libopcodes_2_38: create held back releaseSergei Trofimovich14-0/+1093
2022-08-23libbfd, libopcodes: moves closer to binutils nix expressionsSergei Trofimovich2-0/+103
2022-07-25binutils: fix the kernel build for PowerPCMinijackson2-0/+62
2022-06-02binutils: Reduce closure size when building for cross platformAsad Mehmood1-0/+3
2022-05-22treewide: enable strictDeps in bootstrap packagesArtturin1-0/+1
2022-05-18Revert "Add mingwW64-llvm cross-system."Janne Heß1-5/+0
2022-05-18Merge branch 'mingwW64-clang' into stagingShea Levy1-0/+5
2022-05-12binutils: add upstream patch to fix issue with parallel use of dlltoolStefan Frijters2-0/+42
2022-05-09bintools: Add isXXX flags to check linker typeShea Levy1-0/+5
2022-04-23binutils-unwrapped-all-targets: fix libctf breakageSergei Trofimovich1-6/+4
2022-04-20binutils: fix cross compilation from darwinAndrew Childs1-2/+2
2022-04-14Merge branch 'staging-next' into stagingVladimír Čunát2-1/+91
2022-04-05binutils: apply debian's patch if isMips64n64Adam Joseph2-1/+90
2022-03-28binutils: only autoconf on DarwinBernardo Meurer1-2/+2
2022-03-28binutils: revert libtool changes that break darwinAndrew Childs3-0/+202
2022-03-28binutils: move src hack out of srcs attrsetBernardo Meurer1-4/+6
2022-03-28libbfd: update build-components-separately.patch for 2.38Sergei Trofimovich1-20/+6
2022-03-28binutils: 2.37 -> 2.38Bernardo Meurer5-842/+2
2022-03-28binutils: add lovesegfault as a maintainerBernardo Meurer1-1/+1
2022-03-28binutils: take some suggestion from nixpkgs-fmtBernardo Meurer1-25/+31
2022-03-28binutils: sort configureFlagsBernardo Meurer1-11/+10
2022-03-28binutils: inline reuseLibsBernardo Meurer1-2/+1
2022-03-28binutils: add tags to comments where relevantBernardo Meurer1-17/+18
2022-03-28binutils: inherit {build,host,target}Platform to avoid repeating ourselvesBernardo Meurer1-12/+13
2022-03-28binutils: format and order patches sectionBernardo Meurer1-12/+11
2022-03-28binutils: join srcs in an attrsetBernardo Meurer1-15/+16
2022-03-28binutils: rename gold to enableGoldBernardo Meurer1-4/+4
2022-03-28binutils: format input attrsBernardo Meurer1-9/+15
2022-03-28binutils: add patch for ld file descriptor explosionBernardo Meurer2-0/+235
2022-03-28libbfd: fix binutils components patchBernardo Meurer1-22/+27
2022-03-28binutils: 2.35.1 -> 2.37Bernardo Meurer4-150/+3
2022-02-01binutils: fix windres not finding the apprioate cross compilermarius david2-1/+21