Commit 124c4d61 authored by Dante Catalfamo's avatar Dante Catalfamo

Add serenity-32bit crossbuild

Cross compile mruby for SerenityOS (https://github.com/SerenityOS/serenity)
parent ca295a2c
MRuby::CrossBuild.new('serenity-32bit') do |conf|
conf.toolchain :gcc
conf.archiver.command = 'i686-pc-serenity-ar'
conf.linker.command = 'i686-pc-serenity-g++'
conf.cc.command = 'i686-pc-serenity-gcc'
conf.cc.defines << 'MRB_32BIT'
conf.gembox 'full-core'
conf.test_runner.command = 'env'
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment