aboutsummaryrefslogtreecommitdiffstats
path: root/tool/mkconfig.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-23 05:25:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-23 05:25:56 +0000
commit32df7768b8475c0339be6b2ef6a077edd488d4e1 (patch)
treebe24ceb8ae87a0763d3f9140744ef70d59fdce66 /tool/mkconfig.rb
parenta56b1bc27b70d2ce609a456043b05161a20a1082 (diff)
downloadruby-32df7768b8475c0339be6b2ef6a077edd488d4e1.tar.gz
* 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
Diffstat (limited to 'tool/mkconfig.rb')
-rwxr-xr-xtool/mkconfig.rb1
1 files changed, 1 insertions, 0 deletions
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