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_IntelEdison.rb

    r331 r439  
    3333    cc.flags << %w(-O2 -pipe -g -feliminate-unused-debug-types)
    3434    cc.flags << "--sysroot=#{POKY_EDISON_SYSROOT}"
    35     cc.compile_options = "%{flags} -o %{outfile} -c %{infile}"
     35    cc.compile_options = %Q[%{flags} -o "%{outfile}" -c "%{infile}"]
    3636    cc.defines = %w(ENABLE_READLINE)
    3737  end
     
    4848  conf.archiver do |archiver|
    4949    archiver.command = "#{POKY_EDISON_BIN_PATH}/i586-poky-linux-ar"
    50     archiver.archive_options = 'rcs %{outfile} %{objs}'
     50    archiver.archive_options = 'rcs "%{outfile}" %{objs}'
    5151  end
    5252
Note: See TracChangeset for help on using the changeset viewer.