Solaris x86_64 config

Merge to 5.0.1
This commit is contained in:
Matthew Flatt 2010-07-20 19:02:04 -06:00
parent 68c49a2228
commit 66ffb43cb4

View File

@ -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
@ -110,13 +112,14 @@
# define FMOD_CAN_RETURN_POS_ZERO # define FMOD_CAN_RETURN_POS_ZERO
# ifndef i386
# define FLUSH_SPARC_REGISTER_WINDOWS
# endif
# ifdef i386 # ifdef i386
# define MZ_USE_JIT_I386 # define MZ_USE_JIT_I386
# define MZ_JIT_USE_MPROTECT # 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 # endif
# define FLAGS_ALREADY_SET # define FLAGS_ALREADY_SET