Cross compiling toolchains in Docker images
Go to file
Matt McCormick ad0e9e9aa4 linux-ppc64le: Update QEMU user version to 2.5.0.
Also, the build needs to come before environmental variables are set for the
cross-compiler.
2016-03-20 18:23:31 -04:00
android-arm android-arm: Add standard toolchain environmental variables. 2016-03-07 11:37:18 -05:00
browser-asmjs browser-asmjs: Update Emscripten to 1.36.1. 2016-03-12 21:25:44 -05:00
darwin-x64 OS X cross compiler SDK package generator from osxcross 2014-11-13 19:35:42 +01:00
linux-armv6 linux-armv6: Set environmental variables. 2016-03-14 17:53:33 -04:00
linux-armv7 linux-armv7: Add CircleCI testing and environmental vars. 2016-03-18 18:20:04 -04:00
linux-ppc64le linux-ppc64le: Update QEMU user version to 2.5.0. 2016-03-20 18:23:31 -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 browser-asmjs: Add CircleCI testing. 2016-03-12 21:26:41 -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 doc: Add linux-armv7 description. 2016-03-18 18:21:43 -04:00
Dockerfile base: Fix CMake build directory. 2016-03-17 00:13:58 -04: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 linux-armv7 description. 2016-03-18 18:21:43 -04: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.


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

thewtex/cross-compiler-browser-asmjs
  |browser-asmjs-images| The Emscripten JavaScript cross compiler.


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

thewtex/cross-compiler-linux-armv6
  |linux-armv6-images| Linux ARMv6 cross compiler toolchain for the Raspberry
  Pi, etc.


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

thewtex/cross-compiler-linux-armv7
  |linux-armv7-images| Generic Linux armv7 cross compiler toolchain.