skia2/infra/bots/assets/armhf_sysroot
Eric Boren 690a215606 [infra] Remove most asset scripts, update create_and_upload
Change-Id: I4f0d1358eeb2046ebf7b7830dd9e7c39add33393
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/414997
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Ravi Mistry <rmistry@google.com>
2021-06-03 13:14:17 +00:00
..
create.py [infra] Remove most asset scripts, update create_and_upload 2021-06-03 13:14:17 +00:00
README.md Add recipe to build for Asus Flip Chromebook 2017-04-05 11:39:04 +00:00
VERSION test for c++17 w/ c++14 stdlib 2019-12-10 22:22:30 +00:00

ARM (hard float) sysroot for cross-compiling c++ code on a x86_64 Linux bot.

Run create_and_upload which installs the following debian packages and turns them into a toolchain:

libstdc++-4.8-dev-armhf-cross libgcc-4.8-dev-armhf-cross binutils-arm-linux-gnueabihf

Take a peak at /usr/arm-linux-gnueabihf/include/c++/4.8.X - you may need to update the include paths if that number changed from the previous release (currently 4.8.4).