mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-03-04 18:37:34 +00:00
Rebuild GMP with --enable-fat.
Should fix "illegal instruction".
This commit is contained in:
parent
b38e0d693f
commit
b7fdf30812
@ -2324,7 +2324,7 @@ enum
|
||||
|
||||
/* Define CC and CFLAGS which were used to build this version of GMP */
|
||||
#define __GMP_CC "gcc"
|
||||
#define __GMP_CFLAGS "-O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2"
|
||||
#define __GMP_CFLAGS "-O2 -pedantic -fomit-frame-pointer -m64"
|
||||
|
||||
/* Major version number is the value of __GNU_MP__ too, above. */
|
||||
#define __GNU_MP_VERSION 6
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user