Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-15 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-05-15 | add more coldfire toolchain targets | Waldemar Brodkorb | |
2015-05-13 | update musl to 1.1.9 | Waldemar Brodkorb | |
2015-05-04 | fix compile on Darwin | Waldemar Brodkorb | |
2015-05-02 | ad experimental gcc 5.1.0 support | Waldemar Brodkorb | |
2015-05-01 | add cpu type for different toolchains with the same architecture | Waldemar Brodkorb | |
2015-04-27 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-04-27 | add support for ARCv2 ARC HS toolchain compilation | Waldemar Brodkorb | |
2015-04-26 | refactor LINUX_64 support, hide symbol for developers of boards | Waldemar Brodkorb | |
2015-04-26 | remove -C $(LINUX_DIR) from OPTS variable | Waldemar Brodkorb | |
Otherwise toolchain only compiling of gcc is failing while trying to install header files. | |||
2015-04-26 | refresh checksums, needed to repack | Waldemar Brodkorb | |
2015-04-24 | update arc toolchain components | Waldemar Brodkorb | |
2015-04-20 | remove lowercase ABI symbols. tested with x86/mips64 variants | Waldemar Brodkorb | |
2015-04-19 | disable CILK library | Waldemar Brodkorb | |
2015-04-17 | fix compile of musl toolchain | Waldemar Brodkorb | |
2015-04-16 | update to uClibc-ng 1.0.2 | Waldemar Brodkorb | |
2015-04-16 | add cross-compile patch | Waldemar Brodkorb | |
2015-03-30 | update to latest stable version | Waldemar Brodkorb | |
2015-03-29 | update to latest stable gdb version | Waldemar Brodkorb | |
2015-03-25 | okay, we need the workarounds for sh toolchain | Waldemar Brodkorb | |
2015-03-25 | Revert "workaround no longer required" | Waldemar Brodkorb | |
This reverts commit 6e8780e7a11362cc44a07188eb76c9035773beb5. | |||
2015-03-25 | disable multilib for sh4 | Waldemar Brodkorb | |
2015-03-24 | workaround no longer required | Waldemar Brodkorb | |
2015-03-21 | update musl to latest stable version | Waldemar Brodkorb | |
2015-03-20 | just use git for version string | Waldemar Brodkorb | |
2015-03-19 | disable werror, as it breaks some builds | Waldemar Brodkorb | |
2015-03-15 | remove ADDON feature | Waldemar Brodkorb | |
2015-03-15 | rename m68k specific patches. we want straight patches always usable | Waldemar Brodkorb | |
2015-03-11 | enable binfmt flat for bfin, fdpic test-suite compile fail | Waldemar Brodkorb | |
2015-03-10 | only arc is disabled for now | Waldemar Brodkorb | |
2015-03-09 | add support for gdbserver on AVR32 devices | Waldemar Brodkorb | |
Happily I got the old gdb tarball from buildroot source repository. (thx Yann) Mirror the package and make it compile for native gdbserver. Patches need to be shuffled to version directories. | |||
2015-03-08 | add support for uClibc-ng 1.0.1 | Waldemar Brodkorb | |
2015-03-05 | add realtime linux preempt_rt patch | Waldemar Brodkorb | |
Enable Kernel options for Realtime, HZ and HighRes Timer in menuconfig. | |||
2015-03-05 | support non-thread build | Waldemar Brodkorb | |
2015-03-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-03-04 | remove git patches for now | Waldemar Brodkorb | |
2015-03-04 | disable parallel building, still broken | Waldemar Brodkorb | |
2015-03-03 | convert to upper case symbols, remove lower case ADK_big/ADK_little | Waldemar Brodkorb | |
2015-03-03 | disable werror, as suggested by a GNU libc developer to avoid breakage for ↵ | Waldemar Brodkorb | |
architectures like hppa | |||
2015-03-02 | update elf2flt, so that arm-nommu binaries are linkable. | Waldemar Brodkorb | |
2015-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-03-01 | add quirks for clang | Waldemar Brodkorb | |
2015-02-28 | toolchain/glibc: set asm-CPPFLAGS to CFLAGS when compiling the final version | Phil Sutter | |
Otherwise, CFLAGS are not passed to gcc when compiling assembly (*.S) files. This is crucial for certain #define-optimisations (seen when compiling for armv5te). | |||
2015-02-28 | toolchain: add cross prelinking tool from yoctoproject and hook it into ↵ | Phil Sutter | |
build system | |||
2015-02-28 | extend KERNEL_MAKE_OPTS by the target directory | Phil Sutter | |
This change is straightforward but in toolchain/kernel-headers/Makefile which seems to be called before ${BUILD_DIR}/linux symlink exists. Therefore define LINUX_DIR to the correct value in between inclusion of vars.mk (through rules.mk) and kernel-vars.mk. | |||
2015-02-23 | rework gcc optimization flags | Waldemar Brodkorb | |
gcc uses for some architectures --with-cpu, with others --with-arch. Add two different symbols for that. | |||
2015-02-22 | rework CFLAGS and default gcc --with-cpu usage | Waldemar Brodkorb | |
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing. | |||
2015-02-22 | rework FPU/FLOAT support | Waldemar Brodkorb | |
NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols. | |||
2015-02-20 | sync with uClibc-ng Makefile changes | Waldemar Brodkorb | |
2015-02-19 | add support for coldfire with gcc 4.9.2/binutils 2.25 | Waldemar Brodkorb | |
The annoying kernel panic after boot is back :( |