diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-01-24 21:34:18 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-01-24 21:42:25 +0900 |
| commit | dfb56074d6d0908c76bf618d526990497ca0271e (patch) | |
| tree | e8d0c916a1adfb3ff62a0c0dad067de55ff3dd2b /src/string.c | |
| parent | 3ff56a8e55d661900a96c897c7a04bdf3a7e3839 (diff) | |
| download | mruby-dfb56074d6d0908c76bf618d526990497ca0271e.tar.gz mruby-dfb56074d6d0908c76bf618d526990497ca0271e.zip | |
Add `big_endian` and `little_endian` methods to `CrossBuild`; ref #3922
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
```
Diffstat (limited to 'src/string.c')
0 files changed, 0 insertions, 0 deletions
