Home | History | Annotate | only in /external/skia/infra/bots/assets/armhf_sysroot
Up to higher level directory
NameDateSize
common.py21-Aug-2018589
create.py21-Aug-20182.3K
create_and_upload.py21-Aug-20181.1K
download.py21-Aug-2018278
README.md21-Aug-2018440
upload.py21-Aug-2018268
VERSION21-Aug-20181

README.md

      1 ARM (hard float) sysroot for cross-compiling c++ code on a x86_64 Linux bot.
      2 
      3 Run create_and_upload which installs the following debian packages and turns them
      4 into a toolchain:
      5 
      6     libstdc++-4.8-dev-armhf-cross libgcc-4.8-dev-armhf-cross binutils-arm-linux-gnueabihf
      7 
      8 Take a peak at `/usr/arm-linux-gnueabihf/include/c++/4.8.X` - you may need to update the
      9 include paths if that number changed from the previous release (currently 4.8.4).