netbsd coroutine uses assembly instead and little build fix.
This commit is contained in:
parent
d9f084ed14
commit
8d2af51a78
Notes:
git
2021-08-24 10:52:24 +09:00
@ -2545,6 +2545,15 @@ AS_CASE([$coroutine_type], [yes|''], [
|
||||
[aarch64-freebsd*], [
|
||||
coroutine_type=arm64
|
||||
],
|
||||
[x86_64-netbsd*], [
|
||||
coroutine_type=amd64
|
||||
],
|
||||
[i386-netbsd*], [
|
||||
coroutine_type=x86
|
||||
],
|
||||
[aarch64-netbsd*], [
|
||||
coroutine_type=arm64
|
||||
],
|
||||
[x86_64-openbsd*], [
|
||||
coroutine_type=amd64
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user