DescriptionAdd 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.
Committed: http://code.google.com/p/v8/source/detail?r=4490
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|