Changes between Version 20 and Version 21 of JSCOnly/CrossBuildAndRemoteTestJSCLinux
- Timestamp:
- Feb 7, 2018, 6:40:07 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSCOnly/CrossBuildAndRemoteTestJSCLinux
v20 v21 113 113 }}} 114 114 115 4. Replace on the ```${BR2_HOST_DIR}/usr/share/buildroot/toolchainfile.cmake``` file the paths to the C and CXX compilers, so they point to ```${RELOCATED_HOST_DIR}/ ccache``` instead of to ```${RELOCATED_HOST_DIR}/bin```115 4. Replace on the ```${BR2_HOST_DIR}/usr/share/buildroot/toolchainfile.cmake``` file the paths to the C and CXX compilers, so they point to ```${RELOCATED_HOST_DIR}/usr/ccache``` instead of to ```${RELOCATED_HOST_DIR}/usr/bin``` 116 116 {{{ 117 117 sed -i '/set(CMAKE_C/s,/bin/,/ccache/,' ${BR2_HOST_DIR}/usr/share/buildroot/toolchainfile.cmake