Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-23 | gcc: remove unused configure param | Waldemar Brodkorb | |
2017-04-23 | uclibc-ng: forgot to push the bump | Waldemar Brodkorb | |
2017-04-22 | uclibc-ng: update to 1.0.24 | Waldemar Brodkorb | |
2017-04-17 | gcc: disable libmpx to avoid musl toolchain breaking | Waldemar Brodkorb | |
2017-04-13 | microblaze: switch to 2.28, make pr21017 patch musl specific | Waldemar Brodkorb | |
2017-04-02 | uclibc-ng: update to 1.0.23 | Waldemar Brodkorb | |
2017-03-29 | cris: backport binutils patch for pr16044 | Waldemar Brodkorb | |
2017-03-26 | split riscv arch support into riscv32/riscv64 | Waldemar Brodkorb | |
2017-03-17 | llvm: update to 4.0.0, allow to compile musl with it | Waldemar Brodkorb | |
2017-03-17 | toolchain: gcc: 5.4.0: fix patch formatting | Phil 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-15 | glibc: fix toolchain building in debug mode | Waldemar 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-12 | riscv: add gcc fix | Waldemar 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-09 | j2: update binutils patch in a hackish way, need to recheck on hardware | Waldemar Brodkorb | |
2017-03-09 | add different patches to gcc/binutils to fix issues with ↵ | Waldemar Brodkorb | |
cris/microblaze/ia64/tile | |||
2017-03-05 | binutils: add 2.28, default to 2.28 | Waldemar Brodkorb | |
2017-03-04 | riscv: add experimental linux/glibc support | Waldemar Brodkorb | |
2017-03-04 | riscv: start experimenting with riscv32 / newlib toolchain | Waldemar Brodkorb | |
2017-02-12 | disable utils in some cases | Waldemar Brodkorb | |
2017-02-09 | add basic support for edosk2674 | Waldemar Brodkorb | |
2017-02-09 | systemd: enable for uClibc-ng | Waldemar 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-07 | glibc: update to 2.25 | Waldemar Brodkorb | |
2017-02-02 | gdb: add HOST_PATH to find bison | Waldemar Brodkorb | |
2017-02-01 | uclibc-ng: update to 1.0.22 | Waldemar Brodkorb | |
2017-01-24 | gdb: update to 7.12.1 | Waldemar Brodkorb | |
2017-01-22 | nds32: next uClibc-ng will support NPTL/TLS | Waldemar Brodkorb | |
2017-01-19 | Add experimental support for STM32F769 | Waldemar 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-14 | binutils: -all-static does not work for 2.27 | Waldemar Brodkorb | |
2017-01-14 | toolchain does not need libelf | Waldemar Brodkorb | |
2017-01-14 | glibc: do not overwrite libc_cv_cc_with_libunwind, breaks make check | Waldemar Brodkorb | |
2017-01-14 | glibc: do not override asm-CPPFLAGS, it breaks m68k toolchain building | Waldemar Brodkorb | |
2017-01-14 | newlib: update to 2.5.0 | Waldemar Brodkorb | |
2017-01-13 | arc: add binutils hotfix from synopsis | Waldemar Brodkorb | |
2017-01-11 | gmp: update to 6.1.2 | Waldemar Brodkorb | |
2017-01-05 | microblaze: the binutils fix for static musl problems, breaks uClibc-ng ↵ | Waldemar Brodkorb | |
support :( | |||
2017-01-05 | gcc: fix microblaze compile on 32bit host | Waldemar Brodkorb | |
2017-01-03 | microblaze: fix static linking | Waldemar Brodkorb | |
2017-01-01 | musl: update to 1.1.16 | Waldemar Brodkorb | |
2016-12-28 | uclibc-ng: fix iconv handling | Waldemar Brodkorb | |
2016-12-26 | uclibc-ng: update to 1.0.21 | Waldemar Brodkorb | |
2016-12-22 | gcc: update to 6.3.0 | Waldemar Brodkorb | |
2016-12-14 | lm32 workarounds and hacks | Waldemar Brodkorb | |
2016-12-14 | only support latest C library version, this is the best tested one | Waldemar Brodkorb | |
2016-12-14 | allow to build sh2 flat toolchain | Waldemar Brodkorb | |
2016-12-13 | sh2-nommu/j2: add better support and add required patches from musl-cross-make | Waldemar Brodkorb | |
2016-12-12 | arc-toolchain: update to arc-2016.09-release | Waldemar Brodkorb | |
2016-12-04 | arc workaround no longer required | Waldemar Brodkorb | |
2016-12-04 | uclibc-ng: update to 1.0.20 | Waldemar Brodkorb | |
2016-12-03 | arc: update gcc/binutils to arc-2016.09-rc2 | Waldemar Brodkorb | |
2016-12-02 | use latest gcc/binutils from Andes | Waldemar Brodkorb | |
2016-11-27 | add three library methods, static, shared or both | Waldemar Brodkorb | |
Rename the static symbol and add the choice to a more visible place for users. |