nixpkgs/pkgs/development/compilers/gcc/common
Michael Bishop e27e475f0d
rust: fix rust cross-compile
reasoning:
sjlj (short jump long jump) exception handling makes no sense on x86_64, it's forcably slowing programs down as it produces a constant overhead. On x86_64 we have SEH (Structured Exception Handling) and we should use that. On i686, we do not have SEH, and have to use sjlj with dwarf2. Hence it's now conditional on x86_32
2020-06-05 23:34:38 -03:00
..
configure-flags.nix rust: fix rust cross-compile 2020-06-05 23:34:38 -03:00
extra-target-flags.nix gcc: optimize cross-compiled libraries 2020-05-27 10:07:01 +02:00
mfcgthreads-patches-repo.nix gcc: Build MinGW stage two with threading library 2019-11-11 11:02:38 -05:00
platform-flags.nix fix bootstrap when platform.gcc.arch=="skylake" 2019-04-21 16:37:49 +00:00
pre-configure.nix gnat: init at 9.3.0 2020-04-20 14:41:22 +02:00