summaryrefslogtreecommitdiff
path: root/toolchain/gcc
AgeCommit message (Collapse)Author
2018-02-25gcc: disable libcc1Waldemar Brodkorb
2018-02-01gcc: move patches to correct directoryWaldemar Brodkorb
2018-01-31gcc/binutils: update to latest releases, improve riscv supportWaldemar Brodkorb
2018-01-27m68k/coldfire: backport a real fix from trunkWaldemar Brodkorb
2018-01-12add basic rtems support as a new playgroundWaldemar Brodkorb
2018-01-08cosmetic changes for ABI selectionWaldemar Brodkorb
2018-01-07binutils/gcc: cosmetic changesWaldemar Brodkorb
2018-01-01make vendor specific info more customizeableWaldemar Brodkorb
2017-12-31riscv: add specific ISA / ABI working for glibcWaldemar Brodkorb
2017-12-27update url, libiberty removal no longer neededWaldemar Brodkorb
2017-12-27only filter out -static for static-shared buildsWaldemar Brodkorb
2017-12-26csky: 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-17allow to build static gdb/strace with static/shared mixed toolchainWaldemar Brodkorb
2017-11-30arc: switch to upstream binutils and gccWaldemar Brodkorb
2017-11-03arc: update toolchain to 2017.09Waldemar Brodkorb
2017-10-30musl: patch required for ld.soWaldemar Brodkorb
2017-10-06nds32: update toolchain and kernelWaldemar Brodkorb
2017-09-27update kinetis k70 sample, remove gcc 4.xWaldemar Brodkorb
2017-09-17remove -fhonour-copts usageWaldemar 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.
2017-09-06frosted: finetune, remove menuconfig warningsWaldemar Brodkorb
2017-08-21gcc: update to 7.2.0Waldemar Brodkorb
2017-08-05ppc64le: glibc needs long double 128 support in gccWaldemar Brodkorb
2017-08-03glibc: update to 2.26, gcc patch requiredWaldemar Brodkorb
2017-07-29add basic support for architecture c-sky, not yet workingWaldemar Brodkorb
2017-07-12Revert "arc: update gcc/binutils to arc-2017.03-release"Waldemar Brodkorb
This reverts commit 72430010b9955bb2ece2c73e675ff0853e7bc794.
2017-07-12Revert "or1k: use gcc7.x branch for testing"Waldemar Brodkorb
This reverts commit 519a152d62a4f912be8bf32c1a47f3d870393e72.
2017-07-12sh: fix uClibc-ng fdpic toolchain compileWaldemar Brodkorb
2017-06-30metag: fix toolchain compileWaldemar Brodkorb
2017-06-30avr32: fix toolchain compile with newer host compilerWaldemar Brodkorb
2017-06-30sh: add gcc 6.x back for sh2/j2Waldemar Brodkorb
2017-06-23gcc: add nothread support patchWaldemar Brodkorb
2017-06-13gcc: remove support for gcc5/gcc6Waldemar Brodkorb
2017-06-12gcc: add patches for nios2/fr-vWaldemar Brodkorb
2017-06-04gcc: add some missing patches for 7.1Waldemar Brodkorb
2017-05-27sh: update uclibc-ng config, fix toolchain multilib configureWaldemar Brodkorb
2017-05-27microblaze: use gcc6 as defaultWaldemar Brodkorb
2017-05-24arc: update gcc/binutils to arc-2017.03-releaseWaldemar Brodkorb
2017-05-22sh: allow to build fdpic toolchain for pure sh architectureWaldemar Brodkorb
2017-05-20j2: allow to try uClibc-ng sh FDPICWaldemar Brodkorb
2017-05-17or1k: use gcc7.x branch for testingWaldemar Brodkorb
2017-05-07gcc: add support for 7.1Waldemar Brodkorb
2017-04-23gcc: remove unused configure paramWaldemar Brodkorb
2017-04-17gcc: disable libmpx to avoid musl toolchain breakingWaldemar Brodkorb
2017-03-26split riscv arch support into riscv32/riscv64Waldemar Brodkorb
2017-03-17toolchain: gcc: 5.4.0: fix patch formattingPhil Sutter
git-am is quite picky when it comes to commit messages, this one needed fixing. Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-12riscv: add gcc fixWaldemar Brodkorb
From here: https://github.com/riscv/riscv-gcc/commit/2c6af46afa0ffe94a9a7162b656ffddfdf5b4b31 After reporting here: https://forums.sifive.com/t/creating-bare-metal-toolchain-for-riscv32/390
2017-03-09add different patches to gcc/binutils to fix issues with ↵Waldemar Brodkorb
cris/microblaze/ia64/tile
2017-01-22nds32: next uClibc-ng will support NPTL/TLSWaldemar Brodkorb
2017-01-05microblaze: the binutils fix for static musl problems, breaks uClibc-ng ↵Waldemar Brodkorb
support :(
2017-01-05gcc: fix microblaze compile on 32bit hostWaldemar Brodkorb