Cross compiling toolchains in Docker images
Go to file
2016-03-07 11:37:18 -05:00
android-arm android-arm: Add standard toolchain environmental variables. 2016-03-07 11:37:18 -05: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 android-arm: Test and deploy with CircleCI. 2016-03-07 11:25: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 android-arm: Test and deploy with CircleCI. 2016-03-07 11:25:49 -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: Document android-arm. 2016-03-07 11:37:18 -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.


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

thewtex/cross-compiler-android-arm
  |android-arm-images| The Android NDK standalone toolchain for the arm
  architecture.