nixpkgs/pkgs
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
..
applications Merge pull request #89196 from eadwu/vscode/76427-fallout 2020-06-04 14:31:08 -04:00
build-support Merge pull request #87866 from danieldk/validate-pkgconfig-hook 2020-06-02 23:27:27 -04:00
common-updater
data Merge pull request #89401 from romildo/upd.mint-x-icons 2020-06-04 12:47:46 -03:00
desktops treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
development rust: fix rust cross-compile 2020-06-05 23:34:38 -03:00
games Merge pull request #88129 from r-ryantm/auto-update/easyrpg-player 2020-06-04 13:49:10 +02:00
misc Merge pull request #89196 from eadwu/vscode/76427-fallout 2020-06-04 14:31:08 -04:00
os-specific treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
servers Merge pull request #89429 from Frostman/grafana-7.0.3 2020-06-03 20:41:29 -05:00
shells oh-my-zsh: 2020-05-26 -> 2020-06-02 2020-06-02 09:07:57 -04:00
stdenv
test
tools Merge pull request #89463 from marsam/update-watchexec 2020-06-04 09:16:50 -05:00
top-level Merge pull request #89401 from romildo/upd.mint-x-icons 2020-06-04 12:47:46 -03:00