nixpkgs/pkgs/development/compilers/gcc
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
..
4.8 gcc: add langJit option for gcclangjit 2020-05-06 23:12:17 -05:00
4.9 gcc: add langJit option for gcclangjit 2020-05-06 23:12:17 -05:00
6 gcc: add langJit option for gcclangjit 2020-05-06 23:12:17 -05:00
7 gcc: add langJit option for gcclangjit 2020-05-06 23:12:17 -05:00
8 gcc: add langJit option for gcclangjit 2020-05-06 23:12:17 -05:00
9 Merge master into staging-next 2020-05-24 10:03:22 +02:00
10 gcc10: fix eval due to missing langJit 2020-05-11 16:49:19 -07:00
common rust: fix rust cross-compile 2020-06-05 23:34:38 -03:00
builder.sh gcc: don’t require "lib" output 2020-05-05 22:23:26 -05:00
gfortran-darwin-NXConstStr.patch
gfortran-driving.patch
gnat-cflags.patch gnat: init at 9.3.0 2020-04-20 14:41:22 +02:00
libgomp-dont-force-initial-exec.patch
libphobos.patch gdc: init at 9.3.0 2020-05-19 23:06:52 +02:00
libstdc++-hook.sh LLVM: Always pass host/target info to compiler-rt/libstdcxxClang 2020-04-13 18:49:27 -04:00
libstdc++-netbsd-ctypes.patch
libstdc++-target.patch
no-sys-dirs.patch
parallel-bconfig.patch
ppc-musl.patch
res_state-not-declared.patch
sigsegv-not-declared.patch
struct-sigaltstack-4.9.patch
struct-sigaltstack.patch
struct-ucontext-4.5.patch
struct-ucontext-4.8.patch
struct-ucontext-libjava.patch
struct-ucontext.patch
use-source-date-epoch.patch