From adce5c6523c1d758c57e79b990754bce59b1960f 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: http://svn.ruby-lang.org/repos/ruby/trunk@25443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/mkconfig.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool') diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb index ca1f46713..846b6ab88 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