Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-10 | nios2: patch still required | Waldemar Brodkorb | |
2019-10-10 | xtensa: fix bootup, add buildroot patches | Waldemar Brodkorb | |
2019-10-09 | lm32: try with gcc 4.6.4 | Waldemar Brodkorb | |
2019-10-09 | c-sky: remove ck607 abiv1 support as it is deprecated, default to gcc 9.2.0, ↵ | Waldemar Brodkorb | |
allow qemu to be build big/little endian | |||
2019-10-09 | lm32: try to build kernel for qemu | Waldemar Brodkorb | |
2019-10-09 | ia64: add required gcc patch | Waldemar Brodkorb | |
2019-10-08 | frv: try to unbreak toolchain building | Waldemar Brodkorb | |
2019-10-08 | add phytec-imx6 basic structure | Waldemar Brodkorb | |
2019-10-08 | c6x: add gcc 8.3.0 patch | Waldemar Brodkorb | |
2019-10-07 | gcc: move patch folder to correct version, delete old csky patch | Waldemar Brodkorb | |
2019-10-07 | or1k: use upstream binutils/gcc | Waldemar Brodkorb | |
2019-09-30 | c-sky: use gcc/binutils/linux/glibc upstream | Waldemar Brodkorb | |
2019-09-30 | remove unfinished alternative os porting efforts | Waldemar Brodkorb | |
2019-09-12 | update kernel, add gcc 9.2 | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2019-03-03 | gcc: update gcc8 | Waldemar Brodkorb | |
2019-03-03 | gcc: update gcc7 | Waldemar Brodkorb | |
2018-10-07 | musl m68k | Waldemar Brodkorb | |
2018-09-21 | gcc: update to 8.2.0 | Waldemar Brodkorb | |
2018-06-26 | arc: use the release for binutils/gcc | Waldemar Brodkorb | |
2018-06-03 | sh2: noMMU only, switch j2 to gcc 7.3.0 | Waldemar Brodkorb | |
2018-06-01 | c6x: fix shared toolchain building, disable multilib dirs in gcc 7.3.0 | Waldemar Brodkorb | |
2018-05-26 | arc: update to rc2 | Waldemar Brodkorb | |
2018-05-12 | nds32: use binutils/gcc from github | Waldemar Brodkorb | |
2018-05-06 | riscv: try gcc8 + riscv-kernel | Waldemar Brodkorb | |
2018-04-15 | arc: update binutils/gcc | Waldemar Brodkorb | |
2018-03-29 | update baremetal toolchain creation | Waldemar Brodkorb | |
2018-03-23 | arc: use latest eng008 tag | Waldemar Brodkorb | |
2018-03-22 | s390: fix musl toolchain build | Waldemar Brodkorb | |
2018-03-13 | csky: fix qemu system emulation | Waldemar Brodkorb | |
2018-03-11 | arc: use synopsys toolchain, upstream not fully usable | Waldemar Brodkorb | |
2018-03-08 | fix problem for non-thread targets | Waldemar Brodkorb | |
2018-02-25 | gcc: disable libcc1 | Waldemar Brodkorb | |
2018-02-01 | gcc: move patches to correct directory | Waldemar Brodkorb | |
2018-01-31 | gcc/binutils: update to latest releases, improve riscv support | Waldemar Brodkorb | |
2018-01-27 | m68k/coldfire: backport a real fix from trunk | Waldemar Brodkorb | |
2018-01-12 | add basic rtems support as a new playground | Waldemar Brodkorb | |
2018-01-08 | cosmetic changes for ABI selection | Waldemar Brodkorb | |
2018-01-07 | binutils/gcc: cosmetic changes | Waldemar Brodkorb | |
2018-01-01 | make vendor specific info more customizeable | Waldemar Brodkorb | |
2017-12-31 | riscv: add specific ISA / ABI working for glibc | Waldemar Brodkorb | |
2017-12-27 | update url, libiberty removal no longer needed | Waldemar Brodkorb | |
2017-12-27 | only filter out -static for static-shared builds | Waldemar Brodkorb | |
2017-12-26 | csky: bugfix csky compile error for abiv1 & abiv2. | Guo Ren | |
This bugfix is depend on uclibc-ng patch: csky: remove -mcpu and -mhard-float from config Signed-off-by: Guo Ren <ren_guo@c-sky.com> | |||
2017-12-17 | allow to build static gdb/strace with static/shared mixed toolchain | Waldemar Brodkorb | |
2017-11-30 | arc: switch to upstream binutils and gcc | Waldemar Brodkorb | |
2017-11-03 | arc: update toolchain to 2017.09 | Waldemar Brodkorb | |
2017-10-30 | musl: patch required for ld.so | Waldemar Brodkorb | |
2017-10-06 | nds32: update toolchain and kernel | Waldemar Brodkorb | |
2017-09-27 | update kinetis k70 sample, remove gcc 4.x | Waldemar Brodkorb | |
2017-09-17 | remove -fhonour-copts usage | Waldemar Brodkorb | |
This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling. |