summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile
AgeCommit message (Collapse)Author
2024-03-24elf2flt: add HOST_PATH, reported by sorearWaldemar Brodkorb
2024-02-05binutils: update to 2.42, fix kvx gcc/linux using the latest version from githubWaldemar Brodkorb
2023-08-03elf2flt: fix for binutils 2.41 and aboveWaldemar Brodkorb
2023-08-02binutils: add 2.41 for testingWaldemar Brodkorb
2023-02-03binutils: update to 2.40Waldemar Brodkorb
2022-08-11binutils: update to 2.39Waldemar Brodkorb
2022-02-21binutils: add 2.38 for testingWaldemar Brodkorb
2021-10-17elf2ft: fix binutis versionWaldemar Brodkorb
2021-02-08binutils: update to 2.36.1Waldemar Brodkorb
2020-09-17elf2flt: add binutils 2.34 caseWaldemar Brodkorb
2020-08-05elf2flt: update binutilsWaldemar Brodkorb
2020-03-17binutils: update to 2.34Waldemar Brodkorb
2019-10-01bfin: fix toolchain compileWaldemar Brodkorb
2018-09-21binutils: update to 2.31.1Waldemar Brodkorb
2018-01-31elf2flt: add binutils 2.30Waldemar Brodkorb
2017-10-03j2/sh2: fix toolchain compilingWaldemar Brodkorb
2017-09-23binutils: update to 2.29.1Waldemar 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-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-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-05-04fix compile on DarwinWaldemar Brodkorb
2015-03-11enable binfmt flat for bfin, fdpic test-suite compile failWaldemar 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-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-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