nixpkgs/pkgs/development
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
..
compilers update jdk because jdk-1.6.0_13 provides a mozilla plugin for x86_64 2009-05-01 19:34:56 +00:00
eclipse updated eclipse to version 3.3.2 -- do we really need a special nix expression for jdt in development/eclipse? 2008-03-11 13:40:27 +00:00
guile-modules/guile-lib * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
interpreters * Slight purity improvement. 2009-05-06 14:03:26 +00:00
libraries gmp: use standard GNU config.guess 2009-06-29 11:01:10 +00:00
misc cleaned up and fixed autofs v5 2009-05-01 05:42:32 +00:00
perl-modules DBD-Pg 2.13.1 2009-04-28 11:57:34 +00:00
python-modules * Got rid of a lot of "postInstall=postInstall" and similar lines in 2009-04-23 13:31:10 +00:00
ruby-modules Two Ruby modules 2008-10-05 09:00:56 +00:00
tools Updating tcl/tk 2009-05-03 14:35:56 +00:00