diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-23 05:25:56 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-23 05:25:56 +0000 |
| commit | adce5c6523c1d758c57e79b990754bce59b1960f (patch) | |
| tree | be24ceb8ae87a0763d3f9140744ef70d59fdce66 /tool | |
| parent | 7c041ab1bda0dd4f267ae4f0eb3fe522b68a5c8f (diff) | |
| download | ruby-adce5c6523c1d758c57e79b990754bce59b1960f.tar.gz ruby-adce5c6523c1d758c57e79b990754bce59b1960f.tar.xz ruby-adce5c6523c1d758c57e79b990754bce59b1960f.zip | |
* 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
Diffstat (limited to 'tool')
| -rwxr-xr-x | tool/mkconfig.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
