fix platform derivation and some tests
This commit is contained in:
@ -27,9 +27,9 @@ module RubyX
|
||||
def ruby_to_binary(platform = :arm)
|
||||
Parfait.boot!
|
||||
Risc.boot!
|
||||
assemblers = ruby_to_mom(platform)
|
||||
assemblers = ruby_to_mom
|
||||
puts "Assemblers #{assemblers}"
|
||||
linker = Linker.new
|
||||
linker = Risc::Linker.new(platform)
|
||||
linker.position_all
|
||||
linker.create_binary
|
||||
end
|
||||
|
Reference in New Issue
Block a user