Commit Graph

849 Commits

Author SHA1 Message Date
04c7d0de18 Rename project and repository to dockcross 2016-07-15 23:46:08 -04:00
a5c84b842f arm64: Initial addition 2016-07-15 17:39:33 -04:00
fac0bbe9ed base: Add a root password 2016-07-15 15:54:39 -04:00
d5c20e773a Extend httpredir workaround to all images
Difficulty was also experienced with the base image
2016-07-15 15:54:32 -04:00
197350dbb6 base: Bump CMake to 3.6.0 2016-07-10 19:09:10 -04:00
962a1ecb11 windows-x86: Replace Debian sources URL's
"Error reading from server", "connection lost" error occur. Use workaround of
using a specific debian mirror as suggested here:

  https://stackoverflow.com/questions/32304631/docker-debian-apt-error-reading-from-server
2016-07-10 01:19:09 -04:00
30e29f3bbb browser-asmjs: cp ~/.emscripten, etc to the user home in the entrypoint 2016-07-06 15:33:35 -04:00
b84b303f13 browser-asmjs: Use updated Node Debian package sources 2016-07-05 22:24:59 -04:00
2c01672248 browser-asmjs: Bump Emscripten to 1.36.5 2016-07-05 22:12:33 -04:00
b4ceb8c514 linux-ppc64le: Fix WORKDIR for dockcross script 2016-07-05 21:52:25 -04:00
42ff489565 dockcross: Improve end of script help formatting 2016-07-05 21:50:20 -04:00
a5d5307a97 dockcross: Remove duplicate option parsing 2016-07-05 21:49:07 -04:00
aab9632ab6 windows-x86: Add --force-yes
For

E: There are problems and -y was used without --force-yes

on CircleCI.
2016-07-05 21:45:56 -04:00
8b07afd442 android-arm: Fix file permissions on toolchain files 2016-07-05 21:45:44 -04:00
1ab26b12e5 linux-armv5: Document in the README 2016-07-05 21:45:44 -04:00
dbe90cdac2 doc: Improve usage documentation of dockcross in README 2016-07-05 21:45:44 -04:00
e8830e9641 circleci: Use the dockcross script 2016-07-05 21:45:35 -04:00
8cd9083ae6 dockcross: Improve command help 2016-07-04 22:27:04 -04:00
5aa3cd3867 dockcross: Add short flags 2016-07-04 22:17:22 -04:00
caa56f50a4 base: update CMake and ninja to latest versions 2016-07-04 22:03:10 -04:00
3a96030b23 base: support BUILDER_USER, BUILDER_GROUP, and liquidprompt bash 2016-07-04 22:03:10 -04:00
4c8658f652 Merge branch 'dockcross-default-image' 2016-07-04 21:32:19 -04:00
d459ab687f Merge branch 'test-armv5' 2016-07-04 21:31:10 -04:00
887717f375 linux-armv5: Define CMAKE_TOOLCHAIN_FILE 2016-07-04 00:13:50 -04:00
fdb18671e3 dockcross: make the default image specific to each compiler 2016-07-04 00:10:36 -04:00
aa06b9af2c doc: dockcross generation should be run with --rm 2016-07-03 22:51:10 -04:00
6f987f4013 doc: README formatting 2016-07-03 22:20:01 -04:00
98e5758770 linux-armv5: Add CircleCI testing 2016-06-12 20:10:57 -04:00
45631a48c0 Merge pull request #10 from brainstorm/armel_jessie_fix
Fixed armel (armv5) jessie docker build
2016-06-12 20:06:32 -04:00
3f0fc180cd Fixed armel (armv5) jessie docker build. Thanks @thewtex for the heads up. 2016-06-12 19:44:48 +02:00
140621f9c0 Merge pull request #9 from brainstorm/dockcross
Dockcross with circle.yml test
2016-05-31 23:21:10 -04:00
9ff528dd49 Remove old README.md [ci skip] 2016-05-31 09:04:58 +02:00
4a05d28a11 Try to avoid docker/circleci btrfs issues. 2016-05-30 22:58:43 +02:00
7e6150cf29 Tidy up and consolidate both README.rst/README.md into one. Introduce linux-armv5. 2016-05-30 22:50:22 +02:00
d774409f13 Adapted the README
Added the information from the borrower of the dockcross script.
2016-05-30 22:50:22 +02:00
f9ea9d6d8d Updated ARMv7 Dockerfile 2016-05-30 22:50:22 +02:00
60ffd750fa Adapted and corrected linux-x86 Xcompile toolset 2016-05-30 22:50:22 +02:00
8e344a9537 Added functionality to ease the use of X image
Functionality borrowed from the Raspberry Pi cross compile docker build
file from https://github.com/sdt/docker-raspberry-pi-cross-compiler
2016-05-30 22:50:22 +02:00
91f635d0af Merge pull request #8 from jcfr/fix-toolchains
linux-ppc64le: Specify system processor and fix library finding.
2016-04-19 16:24:39 -04:00
4248ac2766 linux-x86: Update README
This commit updates the README to mention linux-x86 is a cross-compiler
associated with a Toolchain file. See f57b97b (linux-x86: Add toolchain
file and install libc6 and stdc++6 32-bit libraries)
2016-04-19 01:12:35 -04:00
2c81b4957f linux-ppc64le: Specify system processor and fix library finding.
This commit updates the toolchain to ensure libraries associated with
ppc64le can be found.

Since the libraries are all installed on the system and not in dedicated
root, FIND_ROOT_PATH should *not* be specified.
2016-04-18 23:37:20 -04:00
137831c028 windows-x86: Document in README. 2016-04-16 22:35:19 -04:00
b2d25e9a57 windows-x86: Add CircleCI testing. 2016-04-16 21:37:33 -04:00
f3be2be983 windows-x86: Add environmental variables. 2016-04-16 21:36:04 -04:00
344b514327 windows-x86: Update to master 2016-04-09. 2016-04-16 21:34:30 -04:00
8fca54adb4 Merge pull request #6 from jcfr/fix-toolchains
Fix toolchains
2016-04-16 20:40:45 -04:00
f07fe2e3b9 linux-armv7: Install "common" additional packages
These packages also mirror the one already available in the base images
for x86_64.
2016-04-16 16:43:13 -04:00
bf42ff14c8 linux-x86: Install "common" additional packages
These packages also mirror the one already available in the base images
for x86_64.
2016-04-16 16:43:13 -04:00
dc871beb50 linux-x86: Set emulator path using a "noop" script without argument.
This will fix issue where emulator is used doing:

  COMMAND ${CMAKE_CROSSCOMPILING_EMULATOR} /path/to/prog arg1 arg2

Prior to this commit, it wasn't working because the following command
was used:

  /bin/sh -c /path/to/prog arg1 arg2
2016-04-16 16:43:13 -04:00
4ccd459994 linux-x86: Avoid CMake issue by not setting CMAKE_AR. It is automatically set.
It is automatically set in CMakeFindBinUtils.cmake using the value
of _CMAKE_TOOLCHAIN_PREFIX extracted from the compiler name within
CMakeDetermineCCompiler.cmake.

The CMake issue is #15448 - https://cmake.org/Bug/view.php?id=15448
2016-04-16 16:43:13 -04:00