nixpkgs/pkgs
Tuomas Tynkkynen c240556a24 gmp: Fix build on ARM
The config.guess script tries to detect various ARM optimization flags
via /proc/cpuinfo. This is not only impure, but the detection is also
broken on multicore machines; on my quad-core system the machine type is
autodetected as 'neon neon neon neon-unknown-linux-gnueabihf':

checking build system type... Invalid configuration `neon': machine `neon' not recognized
configure: error: /nix/store/bafimhdj1yaxj6m1hvq7wvhwwizc939x-bootstrap-tools/bin/sh ./config.sub neon
neon
neon
neon-unknown-linux-gnueabihf failed
builder for ‘/nix/store/1npm2358bpvclj5w7fqjjwg72vbb0d79-gmp-6.0.0a.drv’ failed with exit code 1

Override the system type with the output of GNU config.guess to avoid
the autodetection.
2015-06-13 11:30:29 +03:00
..
applications Merge remote-tracking branch 'origin/gcc-4.9' into staging 2015-06-11 00:23:03 +02:00
build-support Merge remote-tracking branch 'origin/gcc-4.9' into staging 2015-06-11 00:23:03 +02:00
data nixos-artwork: Make into a derivation and use fetchfromgithub 2015-06-08 18:32:32 -07:00
desktops Merge remote-tracking branch 'origin/master' into staging 2015-06-11 00:18:24 +02:00
development gmp: Fix build on ARM 2015-06-13 11:30:29 +03:00
games chocolate-doom: update from 2.1.0 to 2.2.0 2015-06-10 09:00:47 +02:00
misc bump dolphinEmuMaster, now needs gcc5 to compile 2015-06-09 03:24:18 -07:00
os-specific Merge remote-tracking branch 'origin/gcc-4.9' into staging 2015-06-11 00:23:03 +02:00
servers Fix Samba build 2015-06-11 01:22:37 +02:00
shells zsh: update from 5.0.7 to 5.0.8 2015-06-08 12:55:38 +02:00
stdenv stdenv/linux: Link statically against isl & cloog 2015-06-12 01:38:47 +02:00
test
tools Merge remote-tracking branch 'origin/gcc-4.9' into staging 2015-06-11 00:23:03 +02:00
top-level gmp: Use version 6 as the default 2015-06-11 17:35:53 -07:00