Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 :( | |||
2015-02-19 | respect TARGET_LDFLAGS | Waldemar Brodkorb | |
2015-02-19 | update version for glibc git | Waldemar Brodkorb | |
2015-02-19 | cleanup FPU support for ARM targets. | Waldemar Brodkorb | |
2015-02-18 | add support for uClibc-ng git master | Waldemar Brodkorb | |
Add new configs for uClibc-ng master. New symbol UCLIBC_HAS_LINUXTHREADS added. LT.new is removed in master, only LT.old and NPTL exist. CLeanup MMU/NPTL/LT support symbols. Tested with toolchain building for all supported architectures. | |||
2015-02-16 | add gcc musl patch from Gregors musl-patches git | Waldemar Brodkorb | |
2015-02-16 | prepare for Sun Voyager. | Waldemar Brodkorb | |
Bootloader needs a.out formatted kernel. Unfortunately I get "Illegal instruction" after loading a.out kernel via TFTP. Old gentoo 2.6 kernel boots fine. | |||
2015-02-14 | add support for old avr32 gdb | Waldemar Brodkorb | |
2015-02-14 | enable parallel compile | Waldemar Brodkorb | |
2015-02-14 | set assembler flags, otherwise crt1.o get compiled for wrong float configuration | Waldemar Brodkorb | |
2015-02-14 | rework float support | Waldemar Brodkorb | |
ARM, MIPS and PPC have support for soft or hard float configuration of toolchain and system. Generalize the support for this in OpenADK. | |||
2015-02-14 | fix glibc build of mips32 soft-float toolchain | Waldemar Brodkorb | |
2015-02-10 | bump stdc++ version | Waldemar Brodkorb | |
2015-02-09 | add basic support for raspberry pi2 | Waldemar Brodkorb | |
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release. | |||
2015-02-09 | use gcc patches from buildroot, otherwise some c11 functions are missing | Waldemar Brodkorb | |
2015-02-08 | fix version number for git | Waldemar Brodkorb | |
2015-02-08 | allow to select MIPSr2 ISA and Soft-Float for MIPS32 | Waldemar Brodkorb | |
2015-02-04 | cleanup binfmt support, fix m68k build | Waldemar Brodkorb | |
2015-02-03 | fix uClibc-ng config generation | Waldemar Brodkorb | |
2015-02-02 | add some fixes and inrastructure for arm nommu support | Waldemar Brodkorb | |
2015-02-02 | add 1.0.0 release of uClibc-ng | Waldemar Brodkorb | |