Add support for PowerPC on FreeBSD

This commit is contained in:
Alexander Hedges 2016-10-02 18:44:52 +02:00 committed by Matthew Flatt
parent efb96c97b5
commit d031f30d2a

View File

@ -472,6 +472,8 @@
# define FLUSH_SPARC_REGISTER_WINDOWS # define FLUSH_SPARC_REGISTER_WINDOWS
# elif defined(__arm__) # elif defined(__arm__)
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "arm-freebsd" # define SCHEME_PLATFORM_LIBRARY_SUBPATH "arm-freebsd"
# elif defined(__powerpc__)
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "ppc-freebsd"
# else # else
# error Unported platform. # error Unported platform.
# endif # endif