summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt
AgeCommit message (Collapse)Author
2018-01-31elf2flt: add binutils 2.30Waldemar Brodkorb
2017-10-03elf2flt: remove unused patchesWaldemar Brodkorb
2017-10-03j2/sh2: fix toolchain compilingWaldemar Brodkorb
2017-10-01frosted: fix config for qemuWaldemar Brodkorb
2017-09-30lm32: add patch for kernel and elf2fltWaldemar Brodkorb
2017-09-23binutils: update to 2.29.1Waldemar Brodkorb
2017-09-23h8300: use elf2flt from ysato, upstream elf2flt still requires a small patchWaldemar Brodkorb
2017-08-06binutils: update to 2.29Waldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2017-06-24elf2flt: remove old binutils versionsWaldemar Brodkorb
2017-03-05binutils: add 2.28, default to 2.28Waldemar Brodkorb
2016-10-15elf2flt: move patches to be applied on the specific versionWaldemar Brodkorb
2016-10-09elf2flt: use a specific versionWaldemar Brodkorb
2016-08-08binutils: add 2.27 support, relax choice for blackfin and add required ↵Waldemar Brodkorb
upstream patch
2016-07-09add small patch to allow compile for crisv10, remove binutils 2.22Waldemar Brodkorb
2016-07-01elf2flt: update binutils versionWaldemar Brodkorb
2016-03-26sh2: fix elf2flt buildWaldemar Brodkorb
2016-03-20add lm32 support to elf2fltWaldemar Brodkorb
2016-03-19elf2flt: switch to uclinux-dev versionWaldemar Brodkorb
2016-02-03add support for binutils 2.26Waldemar Brodkorb
2015-12-04get the uClibc-ng testsuite correctly linked as bFLT, create missing symlink ↵Waldemar Brodkorb
to ld
2015-07-27add new binutils versionWaldemar Brodkorb
2015-06-10use local git fork of elf2flt with h8300 supportWaldemar Brodkorb
2015-05-28fix qemu-m68k build, add required patches for kernelWaldemar Brodkorb
2015-05-04fix compile on DarwinWaldemar Brodkorb
2015-03-11enable binfmt flat for bfin, fdpic test-suite compile failWaldemar Brodkorb
2015-03-02update elf2flt, so that arm-nommu binaries are linkable.Waldemar 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-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-04cleanup binfmt support, fix m68k buildWaldemar Brodkorb
2015-02-02add some fixes and inrastructure for arm nommu 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-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-10-07use binutils 2.22 for coldfire, tooWaldemar Brodkorb
2014-08-26we need to remove crtbegin.o/crtend.o from gcc specs file. otherwise broken ↵Waldemar Brodkorb
executables (f.e. sash) with a wrong data start are created by elf2flt)
2014-08-15move to toolchain dirWaldemar Brodkorb