summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2017-03-29cris: backport binutils patch for pr16044Waldemar Brodkorb
2017-03-26split riscv arch support into riscv32/riscv64Waldemar Brodkorb
2017-03-17llvm: update to 4.0.0, allow to compile musl with itWaldemar 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-15glibc: fix toolchain building in debug modeWaldemar Brodkorb
Instead of trying to have a list of CFLAGS which need to be filtered out, just add some working FLAGS for GNU C library toolchain compilation.
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-09j2: update binutils patch in a hackish way, need to recheck on hardwareWaldemar Brodkorb
2017-03-09add different patches to gcc/binutils to fix issues with ↵Waldemar Brodkorb
cris/microblaze/ia64/tile
2017-03-05binutils: add 2.28, default to 2.28Waldemar Brodkorb
2017-03-04riscv: add experimental linux/glibc supportWaldemar Brodkorb
2017-03-04riscv: start experimenting with riscv32 / newlib toolchainWaldemar Brodkorb
2017-02-12disable utils in some casesWaldemar Brodkorb
2017-02-09add basic support for edosk2674Waldemar Brodkorb
2017-02-09systemd: enable for uClibc-ngWaldemar Brodkorb
Patch out IDN usage. libidn will be removed from GNU C library in the future, so we don't add it to uClibc-ng getnameinfo(). libkmod can't be activated when PKG_BB is 1 for kmod package.
2017-02-07glibc: update to 2.25Waldemar Brodkorb
2017-02-02gdb: add HOST_PATH to find bisonWaldemar Brodkorb
2017-02-01uclibc-ng: update to 1.0.22Waldemar Brodkorb
2017-01-24gdb: update to 7.12.1Waldemar Brodkorb
2017-01-22nds32: next uClibc-ng will support NPTL/TLSWaldemar Brodkorb
2017-01-19Add experimental support for STM32F769Waldemar Brodkorb
Add single/double precision support for Cortex-M7. Mostly from Alex, some minor cleanup and kernel mini config from me. Signed-off-by: Alex Brand <tecnologic86@gmail.com>
2017-01-14binutils: -all-static does not work for 2.27Waldemar Brodkorb
2017-01-14toolchain does not need libelfWaldemar Brodkorb
2017-01-14glibc: do not overwrite libc_cv_cc_with_libunwind, breaks make checkWaldemar Brodkorb
2017-01-14glibc: do not override asm-CPPFLAGS, it breaks m68k toolchain buildingWaldemar Brodkorb
2017-01-14newlib: update to 2.5.0Waldemar Brodkorb
2017-01-13arc: add binutils hotfix from synopsisWaldemar Brodkorb
2017-01-11gmp: update to 6.1.2Waldemar 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
2017-01-03microblaze: fix static linkingWaldemar Brodkorb
2017-01-01musl: update to 1.1.16Waldemar Brodkorb
2016-12-28uclibc-ng: fix iconv handlingWaldemar Brodkorb
2016-12-26uclibc-ng: update to 1.0.21Waldemar Brodkorb
2016-12-22gcc: update to 6.3.0Waldemar Brodkorb
2016-12-14lm32 workarounds and hacksWaldemar Brodkorb
2016-12-14only support latest C library version, this is the best tested oneWaldemar Brodkorb
2016-12-14allow to build sh2 flat toolchainWaldemar Brodkorb
2016-12-13sh2-nommu/j2: add better support and add required patches from musl-cross-makeWaldemar Brodkorb
2016-12-12arc-toolchain: update to arc-2016.09-releaseWaldemar Brodkorb
2016-12-04arc workaround no longer requiredWaldemar Brodkorb
2016-12-04uclibc-ng: update to 1.0.20Waldemar Brodkorb
2016-12-03arc: update gcc/binutils to arc-2016.09-rc2Waldemar Brodkorb
2016-12-02use latest gcc/binutils from AndesWaldemar Brodkorb
2016-11-27add three library methods, static, shared or bothWaldemar Brodkorb
Rename the static symbol and add the choice to a more visible place for users.
2016-11-27binutils: remove patch, no longer applyWaldemar Brodkorb
2016-11-25musl: add s390 hotfix from #musl, remove old xtensa patchWaldemar Brodkorb
2016-11-23musl: add s390 supportWaldemar Brodkorb
2016-11-20gcc: add missing m68k/coldfire patchWaldemar Brodkorb
2016-11-10mpc: update to 1.0.3Waldemar Brodkorb
2016-11-10mpfr: update to 3.1.5Waldemar Brodkorb