summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2010-05-31quote PATH, some people use strange directory namesWaldemar Brodkorb
2010-05-29upgrade all targets to Linux 2.6.34Waldemar Brodkorb
2010-05-20update to gcc 4.4.4Waldemar Brodkorb
2010-05-01allow building of glibc toolchain in debug modeWaldemar Brodkorb
2010-04-21revert uclibc updateWaldemar Brodkorb
2010-04-21resolve merge conflictWaldemar Brodkorb
2010-04-12enable parallel building for uclibcPhil Sutter
2010-04-04update to latest upstreamWaldemar Brodkorb
2010-04-04update to latest upstreamWaldemar Brodkorb
2010-03-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-03-25enable glibc build for rb532Waldemar Brodkorb
2010-03-24Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-03-24fix glibc build on CygWinWaldemar Brodkorb
2010-03-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-03-23Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-03-23fix cross-compile on Cygwin hosts.Waldemar Brodkorb
bug reported by M. Hofmann.
2010-03-17add optimized flags if ADK_DEBUG for eglibc buildWaldemar Brodkorb
2010-03-14update to latest stable upstreamWaldemar Brodkorb
2010-03-10update to latest stable upstream, lemote patch is included.Waldemar Brodkorb
2010-03-07add binutils patchWaldemar Brodkorb
2010-02-27fix checksum check of toolchain archives after downloadWaldemar Brodkorb
and update alix/wrap targets to 2.6.33
2010-02-25fix merge problem, enable e1000 driver correctlyWaldemar Brodkorb
2010-02-25Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-25update to latest upstream versionWaldemar Brodkorb
2010-02-25resolve merge conflictWaldemar Brodkorb
2010-02-25first try to get glibc working for mips/arm (not working yet)Waldemar Brodkorb
2010-02-24toolchain: trailing whitespaces cleanup (just cosmetics!)Phil Sutter
2010-02-24toolchain: enable parallel building for gcc, glibc, binutils, gmp and mpfrPhil Sutter
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.
2010-02-19first try to get eglibc/glibc based toolchain workingWaldemar Brodkorb
when HOST == TARGET eglibc/glibc toolchain does not compile correctly. With this patches at least eglibc compiles fine. There still exist a problem with glibc. Someone should check what diff in eglibc make the build work :}
2010-02-17add fallback for autoconfWaldemar Brodkorb
2010-02-15Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-14fix some compile issues on NetBSDWaldemar Brodkorb
2010-02-14add generic toolchain only supportWaldemar Brodkorb
remove special cases (tomtom/g1)
2010-02-14remove unused workaroundWaldemar Brodkorb
2010-02-03fix compile for mips64 targetWaldemar Brodkorb
from http://www.mail-archive.com/uclibc@uclibc.org/msg04960.html
2010-01-30fix eglibc dev package and group alix/wrap devicesWaldemar Brodkorb
2010-01-30update uclibc to latest upstream versionWaldemar Brodkorb
MIPS problem is solved, no extension patch needed anymore. uClibc can be compiled again with optimization for size. getline patch is already included upstream. New patch backported from uclibc-current, to compile fastat on 64 Bit Host and Target. ICE for Etrax also fixed.
2010-01-30update to latest upstream versionWaldemar Brodkorb
2009-12-31install stdio_lim.h via install-headersWaldemar Brodkorb
2009-12-19fix busybox compile on MirBSD for qemu-arm target, from mirabilosWaldemar Brodkorb
2009-12-19Merge branch 'master' of openadk.org:/git/openadkWaldemar Brodkorb
2009-12-19update eglic and glibcWaldemar Brodkorb
2009-12-19fighting with git am and git format-patch...Waldemar Brodkorb
2009-12-19revert, already doneWaldemar
2009-12-19add more mirbsd compatibility patchesWaldemar
2009-12-19disable precompiled headers, solves problem on MirBSDWaldemar Brodkorb
2009-12-11make iproute compilable on FreeBSD hostWaldemar Brodkorb
make an extra linux-headers dir in STAGING_DIR for special cases, where host gcc is used, but kernel headers from Linux are needed. Move GNU make specific export to GNUMakefile.
2009-12-07install development libraries into /libWaldemar Brodkorb
- otherwise libopenssl compile fails