mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
merges r28628 from trunk into ruby_1_9_2.
-- * configure.in: fix for universal binary. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
12ebc7f5be
commit
90e1093a14
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ AC_SUBST(COUTFLAG)
|
|||
|
||||
RUBY_MINGW32
|
||||
RUBY_UNIVERSAL_ARCH
|
||||
if test "$target_cpu" != "$host_cpu" -a "$GCC" = yes -a "$cross_compiling" = no; then
|
||||
if test "$target_cpu" != "$host_cpu" -a "$GCC" = yes -a "$cross_compiling" = no -a "$universal_binary" = no; then
|
||||
RUBY_DEFAULT_ARCH("$target_cpu")
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue