summaryrefslogtreecommitdiff
path: root/toolchain/glibc/Makefile.inc
AgeCommit message (Collapse)Author
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
2013-09-13update glibcWaldemar Brodkorb
2013-08-12update glibc to latest upstreamWaldemar Brodkorb
2012-10-12use TARGET_CFLAGS_LIBC without ABI cflags for glibcWaldemar Brodkorb
2012-09-28update gcc to latest upstream versionWaldemar Brodkorb
2012-08-10update glibcWaldemar Brodkorb
2012-03-24update gcc, glibc and fix build breakageWaldemar Brodkorb
2011-04-26glibc: fixup name resolution for kirkwood at leastPhil Sutter
2011-03-28update to latest stable upstreamWaldemar Brodkorb
2011-01-25more HOSTCC eliminationWaldemar Brodkorb
2011-01-12fix mips64 glibc toolchainsWaldemar Brodkorb
2011-01-10add LTO support to toolchain settings. Cleanup SYSROOT mess.Waldemar Brodkorb
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup)
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar Brodkorb
2010-11-23install symlinks for glibc-dev package, do not install libnsl for nowWaldemar Brodkorb
2010-11-07fix eglibc/glibc toolchain building with make 3.82Waldemar Brodkorb
2010-09-28update to latest upstreamWaldemar Brodkorb
2010-02-27fix checksum check of toolchain archives after downloadWaldemar Brodkorb
and update alix/wrap targets to 2.6.33
2010-02-20add vendor string "openadk" to toolchain tripletWaldemar Brodkorb
With this change you can compile toolchains even when host cpu arch is identical to target cpu arch.
2009-12-19update eglic and glibcWaldemar Brodkorb
2009-08-20add eglibc supportWaldemar Brodkorb
all three libraries tested with qemu-x86
2009-06-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-02fix regressions for allconfig alix1c glibc targetWaldemar Brodkorb
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-05-30qemu MIPS supportWaldemar Brodkorb
- add support of all MIPS variants - MIPS32 boots fine with MALTA emulation - MIPS64 has a problem booting in 64 kernel mode, even linux 2.6.30rc7 halt on boot - remove Config.default
2009-05-29add lemote / loongson2f target support (no runtime tests yet)Waldemar Brodkorb
- update glibc to latest version (GIT), tarball includes glibc-ports needed for MIPS architecture - fix building of toolchain for mips64el glibc/uclibc - use /lib instead of /lib64 (no biarch support) - fix X11 dependencies in build system - fix glibc build errors for openldap, libnl, mpd and rtorrent - verified toolchain changes on alix1c
2009-05-17Initial importwbx