I finally got around to taking a look at this. Unfortunately, I have sad
news: I see the same error you're reporting. I don't know what's causing it
-- for some reason, the generated make target files (e.g. out/src/
d8.target-android.mk) contain compiler flags that the compiler doesn't
understand ("-arch i386", "-mpascal-strings" and others). These flags are
not set in any of V8's .gyp files; they're probably due to some
Mac-specific trickery that's built into GYP.As long as cross-compiling for Android works on Linux workstations, making it work on Mac too sadly doesn't have a high enough priority for me to spend much time on it. I'd be happy to review/land a patch, though, if you care enough to figure out how to fix this ;-) -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
