3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/compilers/llvm
Daniel Goertzen 1c10efc912 add generic x86_32 support (#52634)
* add generic x86_32 support

- Add support for i386-i586.
- Add `isx86_32` predicate that can replace most uses of `isi686`.
- `isi686` is reinterpreted to mean "exactly i686 arch, and not say i585 or i386".
- This branch was used to build working i586 kernel running on i586 hardware.

* revert `isi[345]86`, remove dead code

- Remove changes to dead code in `doubles.nix` and `for-meta.nix`.
- Remove `isi[345]86` predicates since other cpu families don't have specific model predicates.

* remove i386-linux since linux not supported on that cpu
2019-01-06 12:57:36 -06:00
..
3.5 treewide: remove paxutils from stdenv 2018-12-22 12:55:05 +01:00
3.7 treewide: remove paxutils from stdenv 2018-12-22 12:55:05 +01:00
3.8 treewide: remove paxutils from stdenv 2018-12-22 12:55:05 +01:00
3.9 treewide: remove paxutils from stdenv 2018-12-22 12:55:05 +01:00
4 Merge branch 'master' into staging 2018-12-24 15:02:29 +01:00
5 Merge branch 'master' into staging 2018-12-24 15:02:29 +01:00
6 mesa_noglu: fix build 2018-12-24 23:41:36 +01:00
7 add generic x86_32 support (#52634) 2019-01-06 12:57:36 -06:00
aarch64.patch
common.nix llvm: allow passing arbitrary targets 2018-12-24 15:38:55 +01:00
dynamiclibrary-musl.patch
fix-llvm-config.patch
libcxx-0001-musl-hacks.patch
libcxx-max_align_t.patch
multi.nix
TLI-musl.patch