GMP: require just i686, not pentium4

This commit is contained in:
Rudolf Polzer 2010-09-14 15:32:48 +02:00
parent 9998c28bbc
commit 3647fb895e
3 changed files with 2 additions and 2 deletions

View File

@ -2268,7 +2268,7 @@ enum
/* Define CC and CFLAGS which were used to build this version of GMP */
#define __GMP_CC "gcc -std=gnu99"
#define __GMP_CFLAGS "-m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium4 -march=pentium4"
#define __GMP_CFLAGS "-m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro"
/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
#define __GNU_MP_VERSION 5

View File

@ -38,4 +38,4 @@ dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/tmp/g/lib'
libdir='/tmp/gg/lib'