DescriptionAdd Makefile options to build for the Raspberry Pi (armv7=0, arm_fpu=vfp2).
With these Makefile changes, it is possible to build V8 on the Raspberry Pi with the following make invocation:
make native armv7=false vfp3=off hardfp=on disassembler=on console=readline snapshot=on gdbjit=on strictaliasing=off
R=danno@chromium.org
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=13297
Patch Set 1 #
Total comments: 1
Patch Set 2 : Redefine arm_fpu=vfp3 if compiling with both vfp2=on and vfp3=on. #Messages
Total messages: 8 (0 generated)
|