nixpkgs/lib/systems
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
..
default.nix platform.emulator: fix non-x86 systems 2018-12-12 08:00:07 +00:00
doubles.nix tests/systems.nix: fix tests 2018-10-18 14:12:49 -05:00
examples.nix Initial attempt to restore Android NDK cross building 2018-12-18 22:58:12 +01:00
for-meta.nix hurd: cleanup unmaintained target 2018-08-28 22:18:02 +01:00
inspect.nix add generic x86_32 support (#52634) 2019-01-06 12:57:36 -06:00
parse.nix lib: Fix Mingw on 32-bit ARM 2019-01-04 12:05:35 -05:00
platforms.nix add generic x86_32 support (#52634) 2019-01-06 12:57:36 -06:00