Solaris x86_64 config
Merge to 5.0.1
This commit is contained in:
parent
68c49a2228
commit
66ffb43cb4
|
@ -88,6 +88,8 @@
|
||||||
/* Solaris */
|
/* Solaris */
|
||||||
# if defined(i386)
|
# if defined(i386)
|
||||||
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "i386-solaris"
|
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "i386-solaris"
|
||||||
|
# elif defined(__x86_64)
|
||||||
|
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "x86_64-solaris"
|
||||||
# else
|
# else
|
||||||
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "sparc-solaris"
|
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "sparc-solaris"
|
||||||
# endif
|
# endif
|
||||||
|
@ -108,17 +110,18 @@
|
||||||
# define USE_ON_EXIT_FOR_ATEXIT
|
# define USE_ON_EXIT_FOR_ATEXIT
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#define FMOD_CAN_RETURN_POS_ZERO
|
# define FMOD_CAN_RETURN_POS_ZERO
|
||||||
|
|
||||||
# ifndef i386
|
# ifdef i386
|
||||||
|
# define MZ_USE_JIT_I386
|
||||||
|
# define MZ_JIT_USE_MPROTECT
|
||||||
|
# elif defined(__x86_64)
|
||||||
|
# define MZ_USE_JIT_X86_64
|
||||||
|
# define MZ_JIT_USE_MPROTECT
|
||||||
|
# else
|
||||||
# define FLUSH_SPARC_REGISTER_WINDOWS
|
# define FLUSH_SPARC_REGISTER_WINDOWS
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#ifdef i386
|
|
||||||
# define MZ_USE_JIT_I386
|
|
||||||
# define MZ_JIT_USE_MPROTECT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
# define FLAGS_ALREADY_SET
|
# define FLAGS_ALREADY_SET
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user