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
..
2018-12-31 12:00:36 +01:00
2017-09-16 21:36:43 -04:00
2017-09-16 21:36:43 -04:00
2018-08-30 08:09:54 -04:00
2018-11-15 21:56:17 +01:00
2018-10-18 23:39:13 +02:00
2018-03-04 06:28:34 -08:00