Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-24 | fix libstdcxx issues | Waldemar Brodkorb | |
2014-05-23 | always build c++ compiler | Waldemar Brodkorb | |
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-23 | update to latest stable version of gcc 4.8.x | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-22 | use target cflags for libstdcxx, do not create shared libgcc | Waldemar Brodkorb | |
2014-05-04 | revert, unfortunately there is libgcc, which is then build with the wrong ↵ | Waldemar Brodkorb | |
options | |||
2014-05-03 | as discussed with phil, do not default toolchain to a specific cpu, we have ↵ | Waldemar Brodkorb | |
-fhonour-copts, to detect when CFLAGS are not used | |||
2014-04-30 | rework thumb2 support | Waldemar Brodkorb | |
do not change gcc defaults, discussed with phil, make the resulting toolchains more conform. | |||
2014-04-30 | fix 32 bit userland with 64 bit kernel support | Waldemar Brodkorb | |
after onger discussion with Phil, I understood his old patches and fixed support for x86 systems with 32 Bit userland and 64 Bit kernel by using a biarch toolchain instead of a multilib one. | |||
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-04-15 | fix superh big endian compile for musl | Waldemar Brodkorb | |
2014-04-14 | sync with musl-cross | Waldemar Brodkorb | |
2014-04-07 | add gold support | Waldemar Brodkorb | |
2014-04-07 | only use patch for ARCH == sparc | Waldemar Brodkorb | |
2014-04-06 | add spacr miscompile workaround | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |
2014-03-25 | add support for x86_64 toolchain with 32 bit abi | Waldemar Brodkorb | |
2014-03-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-20 | use system zlib | Waldemar Brodkorb | |
2014-03-20 | add fpu settings, fix symlinks | Waldemar Brodkorb | |
2014-03-17 | add TOOLCHAIN_DIR support | Waldemar Brodkorb | |
establish an extra dir for toolchain. Better for preparing toolchain for other projetcs without host tools only used by openadk. Use /usr prefix. No symlink workarounds needed anymore. | |||
2014-03-17 | use gcc 4.7.3 for sparc, 4.8.2 breaks kernel bootup, minor cleanup | Waldemar Brodkorb | |
2014-03-17 | fixups for x86_64 x32 toolchain, x86_64 32 still problematic | Waldemar Brodkorb | |
- add a musl patch to recognize x86_64-foo-muslx32 - rework multilib configuration - remove explicit sjlj gcc configure, as suggested by the gcc docs - fix strace for x32 | |||
2014-03-14 | fix m68k support | Waldemar Brodkorb | |
disable systems without thread local storage, not supported by OpenADK anymore. Remove m68k uclibc. fix kernel bootup in aranym. | |||
2014-03-07 | Merge branch 'master' of git+ssh://www.openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-07 | reduce build time, approx. 13 minutes on x86_64 buildsystem, from musl-cross | Waldemar Brodkorb | |
2014-03-06 | fix cross-compile of gcc, when using uClibc. --dynamic-linker was using ↵ | Waldemar Brodkorb | |
/lib/ld-uClibc.so.0 | |||
2014-03-04 | fix qemu-ppc64 building on Darwin, use --with-cpu=ultrasparc for ↵ | Waldemar Brodkorb | |
qemu-sparc64, still another issue exist. | |||
2014-03-02 | resolve merge conflict | Waldemar Brodkorb | |
2014-03-02 | remove REAL_GNU_TARGET_NAME, it is a relict from buildroot days, I do not ↵ | Waldemar Brodkorb | |
know why this is required. the names are not unique between arch with different abi | |||
2014-03-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-02 | fix symlink workaround for libtool after gcc 4.8.2 update | Waldemar Brodkorb | |
2014-03-02 | add musl sh patch | Waldemar Brodkorb | |
2014-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-01 | move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵ | Waldemar Brodkorb | |
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup | |||
2014-03-01 | merge conflict | Waldemar Brodkorb | |
2014-03-01 | update to gcc 4.8.2 (partially done by last commit) | Waldemar Brodkorb | |
2014-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-01 | remove armeb, no hardware, no emulator to test, add armhf instead. fix some ↵ | Waldemar Brodkorb | |
toolchain archive creation issues, remove unneeded files before packaging. | |||
2014-03-01 | stubs for non-muls archs | Waldemar Brodkorb | |
2014-02-27 | add support for sh and musl | Waldemar Brodkorb | |
2014-02-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-02-26 | rework arm support, add qemu arm model vexpress for cortex-a9 emulation ↵ | Waldemar Brodkorb | |
(hard float) | |||
2014-02-26 | update kernel 3.4.x, fixes for lemote yeelong users | Waldemar Brodkorb | |
2014-02-20 | need to use gcc mode thumb, to compile glibc, CFLAGS is not enough | Waldemar Brodkorb | |
2014-02-18 | add initial stuff for cubox-i, still waiting for the hardware, so fully untested | Waldemar Brodkorb | |
2014-02-16 | add musl-cross patch for 4.8.2 from musl-cross project | Waldemar Brodkorb | |
2014-02-15 | use newer kernel for toolchain building, fix some problems with ppc and m68k ↵ | Waldemar Brodkorb | |
toolchains | |||
2014-02-15 | use the symlink the other way, fixes boost cross-compile | Waldemar Brodkorb | |