diff options
| -rw-r--r-- | meta/recipes-devtools/ruby/ruby_3.0.0.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_3.0.0.bb b/meta/recipes-devtools/ruby/ruby_3.0.0.bb index 5e143ee87f..28e12c3cd7 100644 --- a/meta/recipes-devtools/ruby/ruby_3.0.0.bb +++ b/meta/recipes-devtools/ruby/ruby_3.0.0.bb | |||
| @@ -32,6 +32,13 @@ EXTRA_OECONF_append_libc-musl = "\ | |||
| 32 | ac_cv_func_isinf=yes \ | 32 | ac_cv_func_isinf=yes \ |
| 33 | " | 33 | " |
| 34 | 34 | ||
| 35 | EXTRA_OECONF_append_libc-musl_riscv64 = "\ | ||
| 36 | --with-coroutine=copy \ | ||
| 37 | " | ||
| 38 | EXTRA_OECONF_append_libc-musl_riscv32 = "\ | ||
| 39 | --with-coroutine=copy \ | ||
| 40 | " | ||
| 41 | |||
| 35 | do_install() { | 42 | do_install() { |
| 36 | oe_runmake 'DESTDIR=${D}' install | 43 | oe_runmake 'DESTDIR=${D}' install |
| 37 | } | 44 | } |
