-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Build, JavaScript
-
Fully Compatible
-
ALL
-
-
BUILD 1
Currently, both the old and the new v8 Sconscripts use PROCESSOR_ARCHITECTURE to detect the platform and generate compilation/linker flags. This breaks on Windows; we should be able to compile on 64-bit Windows without explicitly specifying "--64" on the command line, but v8 compilation still breaks without --64.
We should be using perhaps TARGET_ARCH, which is set in the main SConstruct based on scons's detection of the platform plus some override parameters provided by the user.