mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-16 11:55:20 +00:00
GMP: require just i686, not pentium4
This commit is contained in:
parent
9998c28bbc
commit
3647fb895e
@ -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
|
||||
|
Binary file not shown.
@ -38,4 +38,4 @@ dlopen=''
|
||||
dlpreopen=''
|
||||
|
||||
# Directory that this library needs to be installed in:
|
||||
libdir='/tmp/g/lib'
|
||||
libdir='/tmp/gg/lib'
|
||||
|
Loading…
Reference in New Issue
Block a user