[MacRuby-devel] [MacRuby] #729: rbconfig.rb does not honor ARCH_FLAG

MacRuby ruby-noreply at macosforge.org
Tue Jun 1 22:06:16 PDT 2010


#729: rbconfig.rb does not honor ARCH_FLAG
------------------------------+---------------------------------------------
 Reporter:  joelr1@…          |        Owner:  lsansonetti@…        
     Type:  defect            |       Status:  closed               
 Priority:  blocker           |    Milestone:  MacRuby 0.7          
Component:  MacRuby           |   Resolution:  fixed                
 Keywords:                    |  
------------------------------+---------------------------------------------
Changes (by lsansonetti@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.7


Comment:

 Should be fixed in r4193.

 {{{
 $ /usr/local/bin/macruby -r rbconfig -e "p RbConfig::CONFIG['CFLAGS']"
 "-arch i386 -arch x86_64 -fexceptions -fno-common -pipe -O3 -g -Wall"
 $ ARCHFLAGS="-arch ppc" /usr/local/bin/macruby -r rbconfig -e "p
 RbConfig::CONFIG['CFLAGS']"
 "-arch ppc -fexceptions -fno-common -pipe -O3 -g -Wall"
 }}}

 Please note that the environment variable is ARCHFLAGS. Same variable as
 the other interpreters on Mac OS X (perl, python, ruby MRI).

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/729#comment:5>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list