summaryrefslogtreecommitdiff
path: root/toolchain/glibc/Makefile.inc
AgeCommit message (Collapse)Author
2024-03-04glibc: update to 2.39Waldemar Brodkorb
2023-08-02glibc: update to 2.38Waldemar Brodkorb
2023-07-21use https for glibc gitWaldemar Brodkorb
2023-02-08glibc: update to 2.37Waldemar Brodkorb
2022-08-03glibc: update to 2.36Waldemar Brodkorb
2022-02-03glibc: update to 2.35Waldemar Brodkorb
2021-09-16glibc: update to 2.34Waldemar Brodkorb
2021-02-19update musl/glibc/newlibWaldemar Brodkorb
2020-08-14glibc: update to 2.32Waldemar Brodkorb
2020-02-04glibc: update to 2.31Waldemar Brodkorb
2019-09-30c-sky: use gcc/binutils/linux/glibc upstreamWaldemar Brodkorb
2019-09-30glibc: update to 2.30Waldemar Brodkorb
2018-09-21glibc: update to 2.28Waldemar Brodkorb
2018-02-03glibc: update to 2.27Waldemar Brodkorb
2018-01-31gcc/binutils: update to latest releases, improve riscv supportWaldemar Brodkorb
2018-01-06csky toolchain support glibcMao Han
[wbx: added PKG_GLIBCVER]
2017-12-15riscv: use upstream kernelWaldemar Brodkorb
2017-09-06riscv: use glibc 2.26 branch and latest git sources for linux kernelWaldemar Brodkorb
2017-08-03glibc: update to 2.26, gcc patch requiredWaldemar Brodkorb
2017-03-04riscv: add experimental linux/glibc supportWaldemar Brodkorb
2017-02-07glibc: update to 2.25Waldemar Brodkorb
2016-12-14only support latest C library version, this is the best tested oneWaldemar Brodkorb
2016-08-05glibc: udpate to 2.24Waldemar Brodkorb
2016-04-19mergeWaldemar Brodkorb
2016-02-19glibc: update to latest release, disable broken sparcWaldemar Brodkorb
2016-02-14or1k: add glibc supportWaldemar Brodkorb
2015-12-08glibc: move env/flags back to Makefile, fix cross-compile on MacOS XWaldemar Brodkorb
2015-10-23add release variable for glibc gitWaldemar Brodkorb
2015-10-13filter out -fno-asynchronous-unwind-tables as it breaks any newer glibc ↵Waldemar Brodkorb
build for x86_64. gconv failures
2015-08-26bump git versionWaldemar Brodkorb
2015-08-07update glibc to 2.22Waldemar Brodkorb
2015-06-15add support for glibc 2.19, suggested as workaround by joerg s.Waldemar Brodkorb
2015-03-19disable werror, as it breaks some buildsWaldemar Brodkorb
2015-03-03disable werror, as suggested by a GNU libc developer to avoid breakage for ↵Waldemar Brodkorb
architectures like hppa
2015-02-19update version for glibc gitWaldemar Brodkorb
2015-02-14fix glibc build of mips32 soft-float toolchainWaldemar Brodkorb
2015-02-09add basic support for raspberry pi2Waldemar 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.
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-09-08update glibc to latest stableWaldemar Brodkorb
2014-08-04fix glibc git compileWaldemar Brodkorb
2014-08-04add musl git supportWaldemar Brodkorb
2014-05-24fix build with ssp enabledWaldemar Brodkorb
2014-05-17set CONFIG_SHELL to unbreak x86_64 x32 build on a system without /bin/sh ↵Waldemar Brodkorb
being /bin/bash
2014-05-04remove workaroundWaldemar Brodkorb
2014-04-27update checksumWaldemar Brodkorb
2014-03-25add support for x86_64 toolchain with 32 bit abiWaldemar Brodkorb
2014-03-17fixups for x86_64 x32 toolchain, x86_64 32 still problematicWaldemar Brodkorb
- add a musl patch to recognize x86_64-foo-muslx32 - rework multilib configuration - remove explicit sjlj gcc configure, as suggested by the gcc docs - fix strace for x32
2014-03-02remove REAL_GNU_TARGET_NAME, it is a relict from buildroot days, I do not ↵Waldemar Brodkorb
know why this is required. the names are not unique between arch with different abi
2014-02-26update minimum kernelWaldemar Brodkorb
2014-02-19update glibcWaldemar Brodkorb