Add support for PowerPC on FreeBSD
This commit is contained in:
parent
efb96c97b5
commit
d031f30d2a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user