aarch64 is now an OpenBSD supported platform
This commit is contained in:
parent
7b61fa5f7a
commit
c173b629d5
|
@ -224,9 +224,10 @@
|
|||
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "ppc-openbsd"
|
||||
# elif defined(__sparc64__)
|
||||
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "sparc64-openbsd"
|
||||
/* ARMv7 is a WIP platform on OpenBSD, probably broken here and there */
|
||||
# elif defined(__arm__) || defined(__thumb__)
|
||||
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "arm-openbsd"
|
||||
# elif defined(__aarch64__)
|
||||
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "aarch64-openbsd"
|
||||
# elif defined(__hppa__)
|
||||
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "hppa-openbsd"
|
||||
# else
|
||||
|
|
Loading…
Reference in New Issue
Block a user