summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2015-02-20sync with uClibc-ng Makefile changesWaldemar Brodkorb
2015-02-19add support for coldfire with gcc 4.9.2/binutils 2.25Waldemar Brodkorb
The annoying kernel panic after boot is back :(
2015-02-19respect TARGET_LDFLAGSWaldemar Brodkorb
2015-02-19update version for glibc gitWaldemar Brodkorb
2015-02-19cleanup FPU support for ARM targets.Waldemar Brodkorb
2015-02-18add support for uClibc-ng git masterWaldemar 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-16add gcc musl patch from Gregors musl-patches gitWaldemar Brodkorb
2015-02-16prepare 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-14add support for old avr32 gdbWaldemar Brodkorb
2015-02-14enable parallel compileWaldemar Brodkorb
2015-02-14set assembler flags, otherwise crt1.o get compiled for wrong float configurationWaldemar Brodkorb
2015-02-14rework float supportWaldemar 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-14fix glibc build of mips32 soft-float toolchainWaldemar Brodkorb
2015-02-10bump stdc++ versionWaldemar Brodkorb
2015-02-09add basic support for raspberry pi2Waldemar 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-09use gcc patches from buildroot, otherwise some c11 functions are missingWaldemar Brodkorb
2015-02-08fix version number for gitWaldemar Brodkorb
2015-02-08allow to select MIPSr2 ISA and Soft-Float for MIPS32Waldemar Brodkorb
2015-02-04cleanup binfmt support, fix m68k buildWaldemar Brodkorb
2015-02-03fix uClibc-ng config generationWaldemar Brodkorb
2015-02-02add some fixes and inrastructure for arm nommu supportWaldemar Brodkorb
2015-02-02add 1.0.0 release of uClibc-ngWaldemar Brodkorb
2015-01-30fix find command, reported by philWaldemar Brodkorb
2015-01-17update to musl 1.1.6Waldemar Brodkorb
2015-01-05thumb fixes.Waldemar Brodkorb
2015-01-03use wrapper only for m68k and uclinux aka coldfireWaldemar Brodkorb
2014-12-30use target c compiler, f.e. gcc wrapper for coldfireWaldemar Brodkorb
2014-12-30verbose buildWaldemar Brodkorb
2014-12-30verbose buildWaldemar Brodkorb
2014-12-30improve c6x toolchain build supportWaldemar Brodkorb
2014-12-29with binutils git, uClibc toolchain does compile and link successfully.Waldemar Brodkorb
2014-12-28bring coldfire support in shapeWaldemar 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-27optimize git downloaderWaldemar 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-27use git urlWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar 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-26fix some md5sums. reported via cubox-i forum.Waldemar Brodkorb
2014-12-26fix cross-compile on CygwinWaldemar Brodkorb
2014-12-25Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-12-25disable parallel buildingWaldemar Brodkorb
2014-12-25fix tarball nameWaldemar Brodkorb
2014-12-25update to gcc 4.8.4Waldemar Brodkorb
2014-12-19use the new concept of appliancesWaldemar 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-17convert dietnet patch to addon. should only be used with careWaldemar Brodkorb
2014-12-06update to gcc 4.9.2Waldemar Brodkorb
2014-10-25workaround for libelf on CygwinWaldemar Brodkorb
2014-10-22use 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-22rework 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-19fix checksums for binutilsWaldemar Brodkorb
2014-10-14update musl to latest stable versionWaldemar Brodkorb
2014-10-07use binutils 2.22 for coldfire, tooWaldemar Brodkorb