diff options
| author | KOBAYASHI Shuji <[email protected]> | 2021-01-10 10:21:45 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2021-01-10 10:21:45 +0900 |
| commit | f80d5ece2786324fd7cf520a773cf51ba97ef83d (patch) | |
| tree | e3d49ba991f37c38470e5cd83e37afd811438e63 /build_config | |
| parent | 6f6eabf05adbfd7b9041eac6c4678bc9851c13c6 (diff) | |
| download | mruby-f80d5ece2786324fd7cf520a773cf51ba97ef83d.tar.gz mruby-f80d5ece2786324fd7cf520a773cf51ba97ef83d.zip | |
Fix build error in cross-build with presym
Fix the following issues.
* https://github.com/mruby/mruby/pull/5220#issuecomment-757204258
* https://github.com/mruby/mruby/pull/5220#issuecomment-757205572
Diffstat (limited to 'build_config')
| -rw-r--r-- | build_config/cross-32bit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config/cross-32bit.rb b/build_config/cross-32bit.rb index 82d5d023f..b3feb21f6 100644 --- a/build_config/cross-32bit.rb +++ b/build_config/cross-32bit.rb @@ -1,6 +1,6 @@ # Define cross build settings MRuby::CrossBuild.new('cross-32bit') do |conf| - toolchain :gcc + conf.toolchain :gcc conf.cc.flags << "-m32" conf.linker.flags << "-m32" |
