nixpkgs/pkgs
Peter Simons 785e9630f0 gmp: use standard GNU config.guess
libgmp comes with an extended config.guess script that features more
accurate CPU detection. Unfortunately, use of that script causes the
configure phase to choose fairly aggressive optimization flags and the
resulting binaries might not work on architectures other than the
machine those binaries were built on.

The standard GNU config.guess script, however, recognizes a CPU type of
'x86' only. Thus, libgmp chooses the following settings:

  ABI="32"
  CC="gcc"
  CFLAGS="-m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro"
  CPPFLAGS=""
  MPN_PATH=" x86/p6 x86 generic"

svn path=/nixpkgs/branches/stdenv-updates/; revision=16084
2009-06-29 11:01:10 +00:00
..
applications Adding Firefox 3.5b4 2009-05-05 15:39:51 +00:00
build-support Define "brokenRedHatKernel = true" in $NIXPKGS_CONFIG to build a system that 2009-06-24 20:10:51 +00:00
configs/etc d'oh, don't actually gzip it 2006-03-08 19:25:44 +00:00
data Update DejaVu fonts 2009-05-06 07:30:13 +00:00
desktops * Removed kde-4-old. 2009-04-29 16:01:05 +00:00
development gmp: use standard GNU config.guess 2009-06-29 11:01:10 +00:00
games update python to 2.5.4 2009-04-30 14:01:25 +00:00
lib * Allow the user to install stdenv (nix-env -i stdenv) and get all the 2009-04-25 14:08:29 +00:00
misc cleaned up and fixed autofs v5 2009-05-01 05:42:32 +00:00
os-specific/linux Fix kernel builder - fails, depending on FS behavior 2009-05-04 10:51:51 +00:00
servers Override xf86videoati version and make xkbcomp work from inside X server 2009-05-05 12:38:04 +00:00
shells * Another sync with the trunk. 2009-04-23 11:59:43 +00:00
stdenv * New bootstrap binaries (from r16022 in the trunk). Don't set 2009-06-22 19:49:42 +00:00
test Add a new way to handle option sets. 2008-08-05 17:16:35 +00:00
tools Define "brokenRedHatKernel = true" in $NIXPKGS_CONFIG to build a system that 2009-06-24 20:10:51 +00:00
top-level Define "brokenRedHatKernel = true" in $NIXPKGS_CONFIG to build a system that 2009-06-24 20:10:51 +00:00