Changes between Version 4 and Version 5 of JSCOnly
- Timestamp:
- Jan 31, 2018, 11:47:59 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSCOnly
v4 v5 33 33 34 34 More info: http://constellation.github.io/blog/2016/05/02/how-to-build-javascriptcore-on-your-machine 35 36 37 == Cross-Building and remote testing == 38 39 Sometimes is desirable to test JSC on a different architecture than the native one (like ARM64 or ARMv7).[[BR]] 40 To make this easier the script run-javascripcore-tests supports running on a remote board via ssh.[[BR]] 41 We can combine that feature with a cross-build toolchain to make easier to build and test on a foreign architecture.[[BR]] 42 * [wiki:"CrossBuildAndRemoteTestJSCLinux" Check the following document that explains how this can be achieved on Linux][[BR]]