Reviewers: Erik Corry, Description: Add a V8 specific target architecture to the GYP file
The V8 GYP file now uses its own target architecture. It default to the standard
target_arch, but can be set to a separate value. E.g. using export GYP_DEFINES="target_arch=ia32 v8_target_arch=arm" makes it possible to have the V8 ARM simulator be used in a IA32 build. Added some checking of supported host/target architecture combinations. Please review this at http://codereview.chromium.org/1790001/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/globals.h M tools/gyp/v8.gyp -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
