Add MZ_TRY_EXTFLONUMS to OpenBSD.
Also add an error to unsupported platforms (copied from FreeBSD).
Merge to 5.3.4
(cherry picked from commit ac42864f3b
)
This commit is contained in:
parent
0861510d26
commit
c5206dd8c2
|
@ -330,9 +330,13 @@
|
||||||
#if defined(__x86_64__)
|
#if defined(__x86_64__)
|
||||||
# define MZ_USE_JIT_X86_64
|
# define MZ_USE_JIT_X86_64
|
||||||
# define MZ_JIT_USE_MPROTECT
|
# define MZ_JIT_USE_MPROTECT
|
||||||
#else
|
# define MZ_TRY_EXTFLONUMS
|
||||||
|
#elif defined(__i386__)
|
||||||
# define MZ_USE_JIT_I386
|
# define MZ_USE_JIT_I386
|
||||||
# define MZ_JIT_USE_MPROTECT
|
# define MZ_JIT_USE_MPROTECT
|
||||||
|
# define MZ_TRY_EXTFLONUMS
|
||||||
|
#else
|
||||||
|
# error Unported platform.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
# define FLAGS_ALREADY_SET
|
# define FLAGS_ALREADY_SET
|
||||||
|
|
Loading…
Reference in New Issue
Block a user