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