Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-30 | improve c6x toolchain build support | Waldemar Brodkorb | |
2014-12-29 | with binutils git, uClibc toolchain does compile and link successfully. | Waldemar Brodkorb | |
2014-12-28 | bring coldfire support in shape | Waldemar Brodkorb | |
Binutils 2.24 is required to get a working kernel. Ethernet in Qemu is still broken. Qemu Patch is still rquired in 2.2.0. Only kernel+initramfs is working. It seems the signal handler problem is gone with sash and simpleinit. | |||
2014-12-27 | optimize git downloader | Waldemar Brodkorb | |
We now can use a GIT Hash to set a specific checkout. If this is used, you need to define PKG_HASH. Convert libx264 and wiringPi to the new git downloader. Fix toolchains components to use the new git downloader. | |||
2014-12-27 | use git url | Waldemar Brodkorb | |
2014-12-27 | convert checksum check to sha256 | Waldemar Brodkorb | |
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages. | |||
2014-12-26 | fix some md5sums. reported via cubox-i forum. | Waldemar Brodkorb | |
2014-12-26 | fix cross-compile on Cygwin | Waldemar Brodkorb | |
2014-12-25 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-12-25 | disable parallel building | Waldemar Brodkorb | |
2014-12-25 | fix tarball name | Waldemar Brodkorb | |
2014-12-25 | update to gcc 4.8.4 | Waldemar Brodkorb | |
2014-12-19 | use the new concept of appliances | Waldemar Brodkorb | |
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete | |||
2014-12-17 | convert dietnet patch to addon. should only be used with care | Waldemar Brodkorb | |
2014-12-06 | update to gcc 4.9.2 | Waldemar Brodkorb | |
2014-10-25 | workaround for libelf on Cygwin | Waldemar Brodkorb | |
2014-10-22 | use thumb mode for cortex-m3 by default. | Waldemar Brodkorb | |
Fix error: r7 cannot be used in asm here by using -fomit-frame-pointer. | |||
2014-10-22 | rework toolchain support for ARM. | Waldemar Brodkorb | |
Use --with-cpu for gcc to have optimized code for requested ARM cpus. Add some basic support for cortex-m3. | |||
2014-10-19 | fix checksums for binutils | Waldemar Brodkorb | |
2014-10-14 | update musl to latest stable version | Waldemar Brodkorb | |
2014-10-07 | use binutils 2.22 for coldfire, too | Waldemar Brodkorb | |
2014-10-06 | use binutils 2.22 for m68k to fix a issue with testsuite compile | Waldemar Brodkorb | |
2014-10-05 | for older binutils this symlink breaks build | Waldemar Brodkorb | |
2014-10-04 | parallel building of testsuite is broken | Waldemar Brodkorb | |
2014-10-04 | use linuxthreads (new) for gdbserver usage on coldfire target | Waldemar Brodkorb | |
2014-10-03 | sync with uClibc config changes | Waldemar Brodkorb | |
2014-10-01 | need to revert parallel building, breaks testsuite compile. | Waldemar Brodkorb | |
2014-09-30 | fix coldfire build. need to set USE_MMU to off | Waldemar Brodkorb | |
2014-09-29 | fix compilation; proposed patch, may be totally wrong | Thorsten Glaser | |
2014-09-28 | enable parallel building of testsuite | Waldemar Brodkorb | |
2014-09-28 | always enable pthread debug support as discussed with tg | Waldemar Brodkorb | |
2014-09-26 | add support for toolchain building for crisv32 architecture | Waldemar Brodkorb | |
2014-09-23 | filter out xtensa specific compiler options for gcc itself. | Waldemar Brodkorb | |
2014-09-18 | remove gcc workaround, issue is fixed in the kernel | Waldemar Brodkorb | |
2014-09-16 | fix coldfire toolchain build | Waldemar Brodkorb | |
2014-09-13 | add patches for glibc 2.20 | Waldemar Brodkorb | |
2014-09-10 | use CXXFLAGS_FOR_TARGET instead of --enable-cxx-flags | Waldemar Brodkorb | |
2014-09-09 | add cflags patch | Waldemar Brodkorb | |
2014-09-09 | add information where the tarballs are from | Waldemar Brodkorb | |
2014-09-09 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-09-09 | test are in tls dir, not nptl | Waldemar Brodkorb | |
2014-09-09 | add toolchain support for avr32 | Waldemar Brodkorb | |
2014-09-09 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-09-09 | sync latest uClibc patches | Waldemar Brodkorb | |
2014-09-08 | update glibc to latest stable | Waldemar Brodkorb | |
2014-09-08 | disable test for static compile | Waldemar Brodkorb | |
2014-09-08 | repo address changed | Waldemar Brodkorb | |
2014-09-08 | sync with uClibc Makefile, config files will be compatible | Waldemar Brodkorb | |
2014-09-08 | avoid duplicate uclibc.config, fix sed command for HAVE_SHARED | Waldemar Brodkorb | |
2014-09-06 | i mean ifneq | Waldemar Brodkorb | |