module L::LD::LinkerLD

Public Class Methods

available?() click to toggle source
# File lib/rub/l/ld/linker/ld.rb, line 32
def self.available?
        !!find
end
find() click to toggle source

Find the linker command. @return [Pathname,nil] The command.

# File lib/rub/l/ld/linker/ld.rb, line 38
def self.find
        C.find_command 'ld'
end
name() click to toggle source
# File lib/rub/l/ld/linker/ld.rb, line 28
def self.name
        :ld
end