nixpkgs/pkgs/stdenv
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
..
cross Merge branch 'master' into staging 2018-12-25 17:03:57 +01:00
custom stdenv: implement crossOverlays 2018-12-04 21:06:46 -06:00
cygwin Fix invalid Baseaddress must be > 0x200000000 on cygwin 2018-04-14 14:06:09 +02:00
darwin stdenv/darwin: fix portable libsystem hook 2018-12-05 12:56:12 -06:00
freebsd stdenv: implement crossOverlays 2018-12-04 21:06:46 -06:00
generic add generic x86_32 support (#52634) 2019-01-06 12:57:36 -06:00
linux Merge master into staging-next 2019-01-02 21:08:27 +01:00
native stdenv/native: add missing argument 2019-01-02 12:19:25 -05:00
nix stdenv: implement crossOverlays 2018-12-04 21:06:46 -06:00
adapters.nix makeStaticBinaries: add a static glibc when performing a mkDerivation 2018-12-14 11:02:18 +00:00
booter.nix treewide: Depend on targetPackages.stdenv.cc.bintools instead of binutils directly 2017-11-05 17:10:53 -05:00
common-path.nix bzip2: split into multiple outputs, refactor 2015-04-18 19:32:52 +02:00
default.nix stdenv: implement crossOverlays 2018-12-04 21:06:46 -06:00