• mark@chromium.org's avatar
    Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac · e9b5d785
    mark@chromium.org authored
    Chromium build.
    
    v8.gyp no longer sets any V8_TARGET_ARCH_* macro on the Mac. Instead, the
    proper V8_TARGET_ARCH_* macro will be set by src/globals.h in the same way as
    the V8_HOST_ARCH_* macro when it detects that no target macro is currently
    defined. The Mac build will attempt to compile all ia32 and x86_64 .cc files.
    #ifdef guards in each of these target-specific source files prevent their
    compilation when the associated target is not selected. For completeness,
    these #ifdef guards are also provided for the arm and mips .cc files.
    
    BUG=706
    TEST=x86_64 Mac GYP/Xcode-based Chromium build (still depends on other changes)
    Review URL: http://codereview.chromium.org/2133003
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4666 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    e9b5d785
Name
Last commit
Last update
..
gyp Loading commit data...
oprofile Loading commit data...
v8.xcodeproj Loading commit data...
visual_studio Loading commit data...
codemap.js Loading commit data...
consarray.js Loading commit data...
csvparser.js Loading commit data...
generate-ten-powers.scm Loading commit data...
js2c.py Loading commit data...
jsmin.py Loading commit data...
linux-tick-processor Loading commit data...
linux-tick-processor.py Loading commit data...
logreader.js Loading commit data...
mac-nm Loading commit data...
mac-tick-processor Loading commit data...
presubmit.py Loading commit data...
process-heap-prof.py Loading commit data...
profile.js Loading commit data...
profile_view.js Loading commit data...
run-valgrind.py Loading commit data...
splaytree.js Loading commit data...
splaytree.py Loading commit data...
stats-viewer.py Loading commit data...
test.py Loading commit data...
tickprocessor-driver.js Loading commit data...
tickprocessor.js Loading commit data...
tickprocessor.py Loading commit data...
utils.py Loading commit data...
windows-tick-processor.bat Loading commit data...
windows-tick-processor.py Loading commit data...