mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
chore: fix spelling
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# AO render benchmark
|
||||
# Original program (C) Syoyo Fujita in Javascript (and other languages)
|
||||
# Original program (C) Syoyo Fujita in JavaScript (and other languages)
|
||||
# https://code.google.com/p/aobench/
|
||||
# Ruby(yarv2llvm) version by Hideki Miura
|
||||
# mruby version by Hideki Miura
|
||||
|
||||
@@ -32,7 +32,7 @@ MRuby::CrossBuild.new("ArduinoDue") do |conf|
|
||||
cc.defines << %w(MRB_HEAP_PAGE_SIZE=64)
|
||||
cc.defines << %w(KHASH_DEFAULT_SIZE=8)
|
||||
cc.defines << %w(MRB_GC_STRESS)
|
||||
#cc.defines << %w(MRB_NO_STDIO) #if you dont need stdio.
|
||||
#cc.defines << %w(MRB_NO_STDIO) #if you don't need stdio.
|
||||
#cc.defines << %w(POOL_PAGE_SIZE=1000) #effective only for use with mruby-eval
|
||||
end
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ MRuby::CrossBuild.new("RX630") do |conf|
|
||||
cc.defines << %w(MRB_HEAP_PAGE_SIZE=64)
|
||||
cc.defines << %w(KHASH_DEFAULT_SIZE=8)
|
||||
cc.defines << %w(MRB_GC_STRESS)
|
||||
cc.defines << %w(MRB_NO_STDIO) #if you dont need stdio.
|
||||
cc.defines << %w(MRB_NO_STDIO) #if you don't need stdio.
|
||||
#cc.defines << %w(POOL_PAGE_SIZE=1000) #effective only for use with mruby-eval
|
||||
end
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ MRuby::CrossBuild.new("chipKITMax32") do |conf|
|
||||
cc.defines << %w(MRB_HEAP_PAGE_SIZE=64)
|
||||
cc.defines << %w(KHASH_DEFAULT_SIZE=8)
|
||||
cc.defines << %w(MRB_GC_STRESS)
|
||||
#cc.defines << %w(MRB_NO_STDIO) #if you dont need stdio.
|
||||
#cc.defines << %w(MRB_NO_STDIO) #if you don't need stdio.
|
||||
#cc.defines << %w(POOL_PAGE_SIZE=1000) #effective only for use with mruby-eval
|
||||
end
|
||||
|
||||
|
||||
+1
-1
@@ -94,7 +94,7 @@ LEGAL
|
||||
|
||||
Additional Licenses
|
||||
|
||||
Due to the reason that you choosed additional mruby packages (GEMS),
|
||||
Due to the reason that you chose additional mruby packages (GEMS),
|
||||
please check the following additional licenses too:
|
||||
GEMS_LEGAL
|
||||
|
||||
|
||||
@@ -300,7 +300,7 @@ Higher NDK version will be use.
|
||||
|
||||
case RUBY_PLATFORM
|
||||
when /mswin|mingw|win32/
|
||||
# Build for Android dont need window flag
|
||||
# Build for Android don't need window flag
|
||||
flags += %W(-U_WIN32 -U_WIN64)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user