nixpkgs/pkgs/development/compilers/gcc/common
Randy Eckenrode a77d0eb819
gcc: fix extraLDFlags logic after undoing staging-next workaroud
The original logic was prepending to the array, but this one prepends
the array to itself, which breaks the x86_64-linux stdenv bootstrap. The
correct thing to do is build up the arguments in a temporary array and
prepend it like the original code was doing.
2024-10-10 17:04:36 -04:00
..
builder.nix gcc: fix extraLDFlags logic after undoing staging-next workaroud 2024-10-10 17:04:36 -04:00
checksum.nix
configure-flags.nix {cc-wrapper,gcc}: drop unused logic and patches 2024-09-15 02:45:00 +01:00
dependencies.nix {cc-wrapper,gcc}: drop unused logic and patches 2024-09-15 02:45:00 +01:00
extra-target-flags.nix
libgcc-buildstuff.nix
libgcc.nix gcc: provide a $libgcc/$target/lib -> $libgcc/lib symlink 2024-06-01 05:59:59 +01:00
meta.nix {cc-wrapper,gcc}: drop unused logic and patches 2024-09-15 02:45:00 +01:00
platform-flags.nix gcc: fix building with gcc.cpu on some platforms 2024-06-15 08:03:18 +02:00
pre-configure.nix {cc-wrapper,gcc}: drop unused logic and patches 2024-09-15 02:45:00 +01:00
strip-attributes.nix