Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-30 | c-sky: use gcc/binutils/linux/glibc upstream | Waldemar Brodkorb | |
2019-09-30 | glibc: update to 2.30 | Waldemar Brodkorb | |
2018-09-23 | glibc: fix dev package for riscv | Waldemar Brodkorb | |
2018-09-21 | glibc: update to 2.28 | Waldemar Brodkorb | |
2018-05-27 | kodi: update to leia 18 alpha, add all required packages | Waldemar Brodkorb | |
2018-03-06 | glibc: cleanup unused configure stuff | Waldemar Brodkorb | |
2018-02-03 | glibc: update to 2.27 | Waldemar Brodkorb | |
2018-01-31 | gcc/binutils: update to latest releases, improve riscv support | Waldemar Brodkorb | |
2018-01-06 | csky toolchain support glibc | Mao Han | |
[wbx: added PKG_GLIBCVER] | |||
2018-01-02 | glibc: fix builds for m68k/x86_64 | Waldemar Brodkorb | |
2017-12-29 | glibc: use optimized target cflags/cxxflags | Waldemar Brodkorb | |
2017-12-15 | riscv: use upstream kernel | Waldemar Brodkorb | |
2017-10-17 | glibc: add buildroot patches | Waldemar Brodkorb | |
2017-09-06 | riscv: use glibc 2.26 branch and latest git sources for linux kernel | Waldemar Brodkorb | |
2017-08-03 | glibc: update to 2.26, gcc patch required | Waldemar Brodkorb | |
2017-06-20 | glibc: make static usage better | Waldemar Brodkorb | |
2017-06-13 | glibc: add sh fixes, allows to use gcc 7.1 | Waldemar Brodkorb | |
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-04 | riscv: add experimental linux/glibc support | Waldemar Brodkorb | |
2017-02-07 | glibc: update to 2.25 | 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 | |
2016-12-14 | only support latest C library version, this is the best tested one | Waldemar Brodkorb | |
2016-09-02 | glibc: fix cross-compile on MacOS X | Waldemar Brodkorb | |
2016-08-05 | glibc: udpate to 2.24 | Waldemar Brodkorb | |
2016-04-19 | merge | Waldemar Brodkorb | |
2016-02-27 | add glibc patch to cross-compile on MacOS X | Waldemar Brodkorb | |
2016-02-19 | glibc: update to latest release, disable broken sparc | Waldemar Brodkorb | |
2016-02-15 | remove unused lists | Waldemar Brodkorb | |
2016-02-14 | or1k: add glibc support | Waldemar Brodkorb | |
2015-12-21 | fix ppc64/sh4 glibc toolchain building | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-08 | glibc: move env/flags back to Makefile, fix cross-compile on MacOS X | Waldemar Brodkorb | |
2015-12-02 | simplify toolchain building | Waldemar Brodkorb | |
Buildroot uses the two-stage mechanism since a while. This reduces the build time a lot. Instead of three stages, we just use the two-stage build. The benefit is that the C library do not need to be rebuild and one gcc compile is obsolete. Tested with embedded-test.sh. There is one unresolved problem, tile toolchain building is broken. | |||
2015-10-23 | add release variable for glibc git | Waldemar Brodkorb | |
2015-10-13 | filter out -fno-asynchronous-unwind-tables as it breaks any newer glibc ↵ | Waldemar Brodkorb | |
build for x86_64. gconv failures | |||
2015-09-04 | add required patch for glibc sparc | Waldemar Brodkorb | |
2015-08-26 | bump git version | Waldemar Brodkorb | |
2015-08-19 | allow cross-compile on Cygwin | Waldemar Brodkorb | |
2015-08-08 | fix microblaze compile from glibc git | Waldemar Brodkorb | |
2015-08-07 | update glibc to 2.22 | Waldemar Brodkorb | |
2015-07-24 | enable fast-math together with ARM neon | Waldemar Brodkorb | |
2015-06-15 | add support for glibc 2.19, suggested as workaround by joerg s. | Waldemar Brodkorb | |
2015-04-16 | add cross-compile patch | Waldemar Brodkorb | |
2015-03-19 | disable werror, as it breaks some builds | Waldemar Brodkorb | |
2015-03-03 | disable werror, as suggested by a GNU libc developer to avoid breakage for ↵ | Waldemar Brodkorb | |
architectures like hppa | |||
2015-02-28 | toolchain/glibc: set asm-CPPFLAGS to CFLAGS when compiling the final version | Phil Sutter | |
Otherwise, CFLAGS are not passed to gcc when compiling assembly (*.S) files. This is crucial for certain #define-optimisations (seen when compiling for armv5te). | |||
2015-02-19 | update version for glibc git | Waldemar Brodkorb | |
2015-02-14 | fix glibc build of mips32 soft-float toolchain | Waldemar Brodkorb | |
2015-02-09 | add basic support for raspberry pi2 | Waldemar Brodkorb | |
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release. | |||
2015-01-30 | fix find command, reported by phil | Waldemar Brodkorb | |