summaryrefslogtreecommitdiff
path: root/toolchain/gdb
AgeCommit message (Collapse)Author
2011-01-08fix make clean target ruleWaldemar Brodkorb
correct the wrong path and remove the correct files on clean. Finetune more directory creation rules.
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-04-04update to latest upstreamWaldemar 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
2009-10-18update gcc, binutils, gdb, linux kernel, dnsmasq and alsaWaldemar Brodkorb
WARNING: tested only on qemu-x86
2009-08-20add eglibc supportWaldemar Brodkorb
all three libraries tested with qemu-x86
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-05-17Initial importwbx