#729: rbconfig.rb does not honor ARCH_FLAG
------------------------------+---------------------------------------------
Reporter: joe...@… | Owner: lsansone...@…
Type: defect | Status: closed
Priority: blocker | Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords: |
------------------------------+---------------------------------------------
Changes (by lsansone...@…):
* 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/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel