summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2022-05-02gcc: update to 11.3.0Waldemar Brodkorb
2022-04-09musl: update to 1.2.3Waldemar Brodkorb
2022-02-27binutils: default to 2.38Waldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2022-02-27nios2: fix glibc bootupWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2022-02-27Revert "gcc: workaround no longer required"Waldemar Brodkorb
This reverts commit 3fe39f9a1a9ddd433d1225ea14e9953a6470bbad. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2022-02-26riscv64: add support for nommu target systemsWaldemar Brodkorb
2022-02-24binutils: do not use LDFLAGS, build failure on OpenBSDWaldemar Brodkorb
2022-02-24riscv: instead of binutils revert, add the official Linux kernel patch to ↵Waldemar Brodkorb
fix the issue
2022-02-21binutils: add 2.38 for testingWaldemar Brodkorb
2022-02-13lm32: use gcc 11.2 for toolchain buildingWaldemar Brodkorb
2022-02-11j2: update to gcc 10.3.0Waldemar Brodkorb
2022-02-09kvx: add qemu supportWaldemar Brodkorb
2022-02-09gcc: workaround no longer requiredWaldemar Brodkorb
2022-02-09glibc: x86/x86_64/m68k can be compiled with -OsWaldemar Brodkorb
2022-02-08kvx: update gcc/binutils/linuxWaldemar Brodkorb
2022-02-08riscv: fix glibc bootupWaldemar Brodkorb
2022-02-07glibc: for i686 -Os is broken, tooWaldemar Brodkorb
2022-02-05gcc: add patches from 10.3.0Waldemar Brodkorb
2022-02-03glibc: update to 2.35Waldemar Brodkorb
2022-01-24uclibc-ng: update to 1.0.40Waldemar Brodkorb
2022-01-21gdb: update to 11.2Waldemar Brodkorb
2022-01-21binutils: recognize uClibc-ng tupleWaldemar Brodkorb
2022-01-21nds32: remove old binutils/gccWaldemar Brodkorb
2022-01-21arc: update binutils/gcc to 2021.09Waldemar Brodkorb
2022-01-21binutils: disable gprofWaldemar Brodkorb
2022-01-15uclibc-ng: use https urlWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2022-01-15c-sky: add small patchWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2021-11-01toolchain: linux-headers: Fix kernel version for ADK_UPDATE_PATCHES_GITPhil Sutter
When using git to apply kernel patches, the extracted kernel sources become a git repository with HEAD not being at a tag. Therefore $(LINUX_DIR)/scripts/setlocalversion appends '+' to the kernel version string which ADK in turn does not expect. In consequence, 'modprobe' on target won't find any modules. Avoid this by creating an empty '$(LINUX_DIR)/.scmversion' file - setlocalversion recognizes it and uses its content instead of doing its own detection. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-01mk: Introduce KERNEL_MAKE variablePhil Sutter
This combines the typical kernel make call idiom into a single variable reference. A side-effect is that parallel make is enabled (via added '-j' flag) in many cases, but that shouldn't cause harm. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-10-28gdb: update to 11.1Waldemar Brodkorb
2021-10-22bfin: unbreak build, elf2flt patch isn't bfin safeWaldemar Brodkorb
2021-10-17elf2ft: fix binutis versionWaldemar Brodkorb
2021-10-11uclibc-ng: update to 1.0.39Waldemar Brodkorb
2021-09-16glibc: update to 2.34Waldemar Brodkorb
2021-09-16gcc: add 11.2Waldemar Brodkorb
2021-09-16binutils: update to 2.37Waldemar Brodkorb
2021-08-25enable cxa_atexit, fixes libressl compile errorWaldemar Brodkorb
2021-06-11gcc: update 8/9Waldemar Brodkorb
2021-04-22various fixes for embedded-test runWaldemar Brodkorb
2021-04-15stm32 fixesWaldemar Brodkorb
2021-04-10use Linux 5.10.x by default, fix mips32r6 issueWaldemar Brodkorb
2021-04-10gcc: add c6x patchWaldemar Brodkorb
2021-04-09gcc: fix sparc toolchain, patch from buildrootWaldemar Brodkorb
2021-04-09gcc: update to 10.3, set as defaultWaldemar Brodkorb
2021-03-28uclibc-ng: update to 1.0.38Waldemar Brodkorb
2021-02-19update musl/glibc/newlibWaldemar Brodkorb
2021-02-08binutils: update to 2.36.1Waldemar Brodkorb
2021-01-28gdb: update to 10.1Waldemar Brodkorb
2020-12-28uclibc: update to 1.0.37Waldemar Brodkorb
2020-11-04arc: update gcc/binutilsWaldemar Brodkorb