Changes between Version 16 and Version 17 of JSCOnly/CrossBuildAndRemoteTestJSCLinux
- Timestamp:
- Feb 5, 2018, 4:53:22 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSCOnly/CrossBuildAndRemoteTestJSCLinux
v16 v17 212 212 4. Finally, execute [https://trac.webkit.org/browser/trunk/Tools/Scripts/run-javascriptcore-tests run-javascriptcore-tests] as follows: 213 213 {{{ 214 # NOTE: The cross-ldd script needs theenvironment variables below set to work properly.214 # NOTE: The cross-ldd script (which run-javascriptcore-tests executes) needs the environment variables below set to work properly. 215 215 export BR2_HOST_DIR="/home/buildbot/toolchains/aarch64/buildroot_2017.11.2" 216 216 export CROSS_COMPILE="$(basename $(cat ${BR2_HOST_DIR}/usr/share/buildroot/toolchainfile.cmake|grep CMAKE_CXX_COMPILER|awk -F'"' '{print $2}')|sed "s/g++$//g")"