diff options
| author | KOBAYASHI Shuji <[email protected]> | 2021-02-14 16:02:02 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2021-02-14 16:02:02 +0900 |
| commit | 29dfadf0de3a18d53cbc39c1359e56a4568a8890 (patch) | |
| tree | a4cc754a002ea9bdded446e93ac29ce7cca0bcc1 | |
| parent | c3ec5861ac4a94c78d6c0c3c510bc2b0451f5a7f (diff) | |
| download | mruby-29dfadf0de3a18d53cbc39c1359e56a4568a8890.tar.gz mruby-29dfadf0de3a18d53cbc39c1359e56a4568a8890.zip | |
Remove trailing tab in `build_config/dreamcast_shelf.rb` [ci skip]
| -rw-r--r-- | build_config/dreamcast_shelf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config/dreamcast_shelf.rb b/build_config/dreamcast_shelf.rb index a92770070..7e7d6a52e 100644 --- a/build_config/dreamcast_shelf.rb +++ b/build_config/dreamcast_shelf.rb @@ -20,7 +20,7 @@ MRuby::CrossBuild.new("dreamcast") do |conf| # C compiler # Flags were extracted from KallistiOS environment files conf.cc do |cc| - cc.command = "#{BIN_PATH}/sh-elf-gcc" + cc.command = "#{BIN_PATH}/sh-elf-gcc" cc.include_paths << ["#{KOS_PATH}/include", "#{KOS_PATH}/kernel/arch/dreamcast/include", "#{KOS_PATH}/addons/include", "#{KOS_PATH}/../kos-ports/include"] cc.flags << ["-O2", "-fomit-frame-pointer", "-ml", "-m4-single-only", "-ffunction-sections", "-fdata-sections", "-Wall", "-g", "-fno-builtin", "-ml", "-m4-single-only", "-Wl,-Ttext=0x8c010000", "-Wl,--gc-sections", "-T#{KOS_PATH}/utils/ldscripts/shlelf.xc", "-nodefaultlibs"] cc.compile_options = %Q[%{flags} -o "%{outfile}" -c "%{infile}"] |
