From 388bcb15e83af2e2eb1d9d5b9b20c66b05b7d8ef Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 22 Jun 2021 16:33:42 +0900 Subject: Rename two files for consistency; close #5488 * android_arm64-v8a.rb -> android_arm64_v8a.rb * no-float.rb -> host-nofloat.rb --- build_config/host-nofloat.rb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 build_config/host-nofloat.rb (limited to 'build_config/host-nofloat.rb') diff --git a/build_config/host-nofloat.rb b/build_config/host-nofloat.rb new file mode 100644 index 000000000..977bf4e12 --- /dev/null +++ b/build_config/host-nofloat.rb @@ -0,0 +1,22 @@ +MRuby::Build.new do |conf| + # load specific toolchain settings + toolchain :gcc + + # include the GEM box + conf.gembox "stdlib" + conf.gembox "stdlib-ext" + conf.gembox "stdlib-io" + conf.gembox "metaprog" + + conf.gem :core => 'mruby-bin-mruby' + conf.gem :core => 'mruby-bin-mirb' + + # Add configuration + conf.compilers.each do |c| + c.defines << "MRB_NO_FLOAT" + end + + conf.enable_debug + conf.enable_test + conf.enable_bintest +end -- cgit v1.2.3