nixpkgs/pkgs/stdenv/generic
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
..
builder.sh stdenvs: Distinguish between extraBuildInputs and extraNativeBuildInputs 2017-08-18 12:02:13 -04:00
check-meta.nix stdenv: shorten evaluation errors when in Hydra 2018-12-18 10:50:53 -05:00
default-builder.sh * "." -> "source". 2005-12-05 14:11:09 +00:00
default.nix add generic x86_32 support (#52634) 2019-01-06 12:57:36 -06:00
make-derivation.nix Merge remote-tracking branch 'upstream/master' into staging 2018-11-30 20:09:45 +01:00
setup.sh treewide: remove paxutils from stdenv 2018-12-22 12:55:05 +01:00