Add support for PowerPC on FreeBSD
This commit is contained in:
parent
efb96c97b5
commit
d031f30d2a
|
@ -472,6 +472,8 @@
|
|||
# define FLUSH_SPARC_REGISTER_WINDOWS
|
||||
# elif defined(__arm__)
|
||||
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "arm-freebsd"
|
||||
# elif defined(__powerpc__)
|
||||
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "ppc-freebsd"
|
||||
# else
|
||||
# error Unported platform.
|
||||
# endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user