Use JIT on powerpc

This commit is contained in:
Alexander Hedges 2016-10-05 19:53:33 +02:00 committed by Matthew Flatt
parent d031f30d2a
commit f1d853eeac

View File

@ -474,6 +474,7 @@
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "arm-freebsd"
# elif defined(__powerpc__)
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "ppc-freebsd"
# define MZ_USE_JIT_PPC
# else
# error Unported platform.
# endif