mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
dfb56074d6
When your target machine is big endian, specify as following in the
`build_config.rb`:
```ruby
MRuby::CrossBuild.new('32bit') do |conf|
toolchain :gcc
conf.big_endian
end
```