From 32df7768b8475c0339be6b2ef6a077edd488d4e1 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 23 Oct 2009 05:25:56 +0000 Subject: * configure.in (target, target_alias): replace with real cpu. * mkconfig.rb: build* are not needed in rbconfig.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/mkconfig.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool/mkconfig.rb') diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb index ca1f46713a..846b6ab880 100755 --- a/tool/mkconfig.rb +++ b/tool/mkconfig.rb @@ -77,6 +77,7 @@ File.foreach "config.status" do |line| when /^RUBY_SO_NAME$/; next if $so_name when /^arch$/; if val.empty? then val = arch else arch = val end when /^sitearch/; val = '$(arch)' if val.empty? + when /^build/; next end case val when /^\$\(ac_\w+\)$/; next -- cgit v1.2.1