summaryrefslogtreecommitdiff
path: root/toolchain/binutils
AgeCommit message (Collapse)Author
2010-07-23install readelf to stagingWaldemar Brodkorb
2010-06-18use openadk mirrorWaldemar Brodkorb
2010-06-14port dillo and all needed requirements (part2)Waldemar Brodkorb
2010-06-08fix checksum and some typosWaldemar Brodkorb
2010-06-03fix instability problems on my loongson laptopWaldemar Brodkorb
the latest binutils contains the needed options to build a kernel with the needed workarounds. Activate the work arounds.
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-24toolchain: trailing whitespaces cleanup (just cosmetics!)Phil Sutter
2010-02-24toolchain: enable parallel building for gcc, glibc, binutils, gmp and mpfrPhil Sutter
2009-11-25simplify buildsystemWaldemar Brodkorb
- remove ADK_IPV6, ADK_CXX and ADK_X11 - enable ipv6 by default in uclibc - enable build of c++ compiler by default
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-25add some packagesWaldemar Brodkorb
- add make/patch/rpm and dependencies - update ar7 port a little bit
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-05-30fix variable nameWaldemar Brodkorb
- MASTER_SITES -> PKG_SITES - make libc boolean, makes no sense as package
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