Ignore:
Timestamp:
Jul 9, 2020, 8:51:43 AM (4 years ago)
Author:
coas-nagasima
Message:

mrubyを2.1.1に更新

Location:
EcnlProtoTool/trunk/mruby-2.1.1
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/mruby-2.1.1/examples/targets/build_config_RX630.rb

    r331 r439  
    2828    cc.command = "#{BIN_PATH}/rx-elf-gcc"
    2929    cc.flags = "-Wall -g -O2 -flto -mcpu=rx600 -m64bit-doubles"
    30     cc.compile_options = "%{flags} -o %{outfile} -c %{infile}"
     30    cc.compile_options = %Q[%{flags} -o "%{outfile}" -c "%{infile}"]
    3131
    3232    #configuration for low memory environment
    3333    cc.defines << %w(MRB_USE_FLOAT)
    3434    cc.defines << %w(MRB_HEAP_PAGE_SIZE=64)
    35     cc.defines << %w(MRB_USE_IV_SEGLIST)
    3635    cc.defines << %w(KHASH_DEFAULT_SIZE=8)
    3736    cc.defines << %w(MRB_STR_BUF_MIN_SIZE=20)
     
    5554  conf.archiver do |archiver|
    5655    archiver.command = "#{BIN_PATH}/rx-elf-ar"
    57     archiver.archive_options = 'rcs %{outfile} %{objs}'
     56    archiver.archive_options = 'rcs "%{outfile}" %{objs}'
    5857  end
    5958
Note: See TracChangeset for help on using the changeset viewer.