Cross compiling toolchains in Docker images
Go to file
Matt McCormick 0e8478d1db test: Run ctest.
Run ctest if an emulator is available and make sure it uses it.

Add more status information to the test output and make sure that the order is
correct with flush() calls.
2016-03-06 14:16:49 -05:00
android-arm Remove extra slash in front of CROSS_ROOT paths. 2015-06-04 23:01:06 -04:00
browser-asmjs Bump emscripten version to 1.35.4. 2015-10-30 20:08:09 -04:00
darwin-x64 OS X cross compiler SDK package generator from osxcross 2014-11-13 19:35:42 +01:00
linux-armv6 Remove extra slash in front of CROSS_ROOT paths. 2015-06-04 23:01:06 -04:00
linux-armv7 Add missing CROSS_TRIPLE for linux-armv7 and linux-ppc64le. 2015-05-25 22:01:03 -04:00
linux-ppc64le Add missing CROSS_TRIPLE for linux-armv7 and linux-ppc64le. 2015-05-25 22:01:03 -04:00
linux-x64 Add strip and objdump to the cross tools 2014-11-13 19:05:41 +01:00
linux-x86 Add strip and objdump to the cross tools 2014-11-13 19:05:41 +01:00
test test: Run ctest. 2016-03-06 14:16:49 -05:00
windows-x64 windows-x64: Migrate to MXE. 2015-05-06 00:08:21 -04:00
windows-x86 windows-x64: Migrate to MXE. 2015-05-06 00:08:21 -04:00
circle.yml base: Test the toolchain. 2016-03-03 21:20:30 -05:00
Dockerfile base: Clean up CMake and ninja source trees. 2016-03-02 13:15:41 -05:00
LICENSE Add license file. 2015-05-06 00:12:06 -04:00
Makefile browser-asmjs: Rename from javascript-asmjs. 2015-05-19 17:52:43 -04:00
README.rst doc: Add base image description. 2016-03-02 13:22:38 -05:00

cross-compilers
===============
Dockerfiles for cross compiling environments
--------------------------------------------

.. image:: https://circleci.com/gh/thewtex/cross-compilers/tree/master.svg?style=svg
  :target: https://circleci.com/gh/thewtex/cross-compilers/tree/master

.. |base-images| image:: https://badge.imagelayers.io/thewtex/cross-compiler-base:latest.svg
  :target: https://imagelayers.io/?images=thewtex/cross-compiler-base:latest

thewtex/cross-compiler-base
  |base-images| Base image for other toolchain images. From Debian Jessie with GCC,
  make, autotools, CMake, Ninja, Git, and Python.