1bb7e2378d
Apparently some of our stdlibs are not even quite c++11 compliant. Bug: skia:9700 Change-Id: I842c2dd2eba55d576aa60b2b3a4734dbace00f6b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/259074 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Mike Klein <mtklein@google.com> |
||
---|---|---|
.. | ||
common.py | ||
create_and_upload.py | ||
create.py | ||
download.py | ||
README.md | ||
upload.py | ||
VERSION |
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).