Prepare stub functions for libmruby_core in core#6024
Prepare stub functions for libmruby_core in core#6024dearblue wants to merge 1 commit intomruby:masterfrom
Conversation
|
I agree with the basic idea of this pull-request. But I don't like the directory name |
|
Thanks for your comment. |
|
|
|
# build configuration
MRuby::Build.new do
toolchain
endAlso, I don't think However, if you think |
The `MRuby::Build#libmruby_core_only_objs` accessor has been added for this purpose. It probably does not make sense for users to use this accessor. And, the `mruby-bin-mrbc/src/stub.c` file has been moved to `mruby/src/nogem/stub.c`. The object files generated from this file are passed to the newly created accessor.
884a2eb to
de980bb
Compare
|
I still feel unclear about what the term |
|
すでに Lines 121 to 122 in bd668e4
|
The
MRuby::Build#libmruby_core_only_objsaccessor has been added for this purpose. It probably does not make sense for users to use this accessor.And, the
mruby-bin-mrbc/src/stub.cfile has been moved tomruby/src/coreonly/stub.c. The object files generated from this file are passed to the newly created accessor.