From 4883d1255266e85e9f8dd5e12ad671fd169a5b31 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 11 Oct 2014 13:33:19 +0000 Subject: * ext/extmk.rb: generates the rule for extinit.$(OBJEXT). extinit.$(OBJEXT) used to be generated by the builtin rule, thus didn't accept custom $(CC) and caused linkage error for cross compiling. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/extmk.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/extmk.rb') diff --git a/ext/extmk.rb b/ext/extmk.rb index 3a240aad0b..e0cd0f11b1 100755 --- a/ext/extmk.rb +++ b/ext/extmk.rb @@ -724,6 +724,7 @@ if $configure_only and $command_output rubies.each do |tgt| mf.puts "#{tgt}:\n\t#{submake} $@" end + mf.puts "ext/extinit.#{$OBJEXT}:\n\t$(Q)$(MAKE) $(MFLAGS) V=$(V) $@" if $static mf.puts if $gnumake == "yes" submake = "$(MAKE) -C $(@D)" -- cgit v1.2.3