Status: New
Owner: ----
New issue 2085 by [email protected]: Please remove "-arch i386" from
CFLAGS for OSX builds
http://code.google.com/p/v8/issues/detail?id=2085
from build/gyp/pylib/gyp/generator/make.py:
# TODO: Do not hardcode arch. Supporting fat binaries will be annoying.
cflags.append('-arch i386')
This makes it impossible to make a 64-bits build on OSX. Removing the line
in question is necessary to allow building a 64-bits library.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev