Changes between Version 16 and Version 17 of JSCOnly/CrossBuildAndRemoteTestJSCLinux


Ignore:
Timestamp:
Feb 5, 2018, 4:53:22 PM (7 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JSCOnly/CrossBuildAndRemoteTestJSCLinux

    v16 v17  
    2122124. Finally, execute [https://trac.webkit.org/browser/trunk/Tools/Scripts/run-javascriptcore-tests run-javascriptcore-tests] as follows:
    213213  {{{
    214 # NOTE: The cross-ldd script needs the environment 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.
    215215export BR2_HOST_DIR="/home/buildbot/toolchains/aarch64/buildroot_2017.11.2"
    216216export CROSS_COMPILE="$(basename $(cat ${BR2_HOST_DIR}/usr/share/buildroot/toolchainfile.cmake|grep CMAKE_CXX_COMPILER|awk -F'"' '{print $2}')|sed "s/g++$//g")"