summaryrefslogtreecommitdiff
path: root/toolchain/glibc/patches
AgeCommit message (Collapse)Author
2015-04-16add cross-compile patchWaldemar 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-26fix cross-compile on CygwinWaldemar Brodkorb
2014-09-13add patches for glibc 2.20Waldemar Brodkorb
2014-04-23fix toolchain build on darwin, avoid (a|), which seems to be not documented ↵Waldemar Brodkorb
in POSIX
2014-03-04fix qemu-ppc64 building on Darwin, use --with-cpu=ultrasparc for ↵Waldemar Brodkorb
qemu-sparc64, still another issue exist.
2014-02-19update glibcWaldemar Brodkorb
2013-10-26fix sparc32 toolchain building with glibc, see ↵Waldemar Brodkorb
http://sourceware.org/bugzilla/show_bug.cgi?id=15985
2013-09-13update glibcWaldemar Brodkorb
2013-08-12update glibc to latest upstreamWaldemar Brodkorb
2013-01-31sth wrong with this patchWaldemar 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-10fix timezone configuration for glibc based systemsWaldemar Brodkorb
2011-01-10glibc: fix build for ADK_TARGET_CFLAGS="-march=i686"Phil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar Brodkorb
2010-11-07fix eglibc/glibc toolchain building with make 3.82Waldemar Brodkorb
2010-10-14make MacOS X works as build system for most of the packages, update some ↵Waldemar Brodkorb
packages to latest stable upstream version
2010-02-25first try to get glibc working for mips/arm (not working yet)Waldemar Brodkorb
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-31install stdio_lim.h via install-headersWaldemar Brodkorb
2009-08-22fix eglibc/glibc support on lemote 64 bitWaldemar Brodkorb
2009-08-21cleanup eglibc/glibc MakefilesWaldemar Brodkorb
- make it simpler and more equal - add dependency to gperf needed for new config system
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