summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2009-08-23make allmodconfig work for alix1c eglibcWaldemar Brodkorb
many upstream package updates, squid, php, asterisk, gnutls, nmap, sqlite, dhcp, git
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-08-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-20add eglibc supportWaldemar Brodkorb
all three libraries tested with qemu-x86
2009-08-20update foxboard to latest stuffWaldemar Brodkorb
2009-08-12update gcc, kernel and uclibc MakefileWaldemar Brodkorb
- bring rb532 in shape, make it bootable
2009-07-23patch breaks rb532, need to investigate laterWaldemar Brodkorb
2009-06-25add some packagesWaldemar Brodkorb
- add make/patch/rpm and dependencies - update ar7 port a little bit
2009-06-22two leftovers from early commitsWaldemar Brodkorb
2009-06-22make lemote boot with uClibcWaldemar Brodkorb
- patches for uClibc to work with pagesize != 4k - use gcc extension to avoid -O2 compile - use ld.so for 64 bit archs big thanks to thorsten glaser helping out here.
2009-06-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-18fix broken uClibcWaldemar Brodkorb
- after upgrade to gcc 4.4 ld.so in uClibc was broken - add gcc attribute always_inline for ld.so static functions - -Os does not automatically inline the code, use O2 especially for mips and uClibc compile
2009-06-14finetune kernel config for lemoteWaldemar Brodkorb
- boot via tftp works now - fix libgcrypt compile issue - disable-sjlj-exceptions, does not compile for mips64
2009-06-13update to 2.6.30Waldemar Brodkorb
2009-06-13Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-13finetune lemote targetWaldemar Brodkorb
2009-06-13fix uclibc targets, gcc 4.4 needs to configured without TLSWaldemar Brodkorb
2009-06-04Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-03package updates and rescue-x86_64 fixWaldemar Brodkorb
- merge device-mapper and lvm package, because of upstream merge - update squid to latest stable version - add no64-lib patch for gcc, which fixes cross-build from x86 to x86_64
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-30fix variable nameWaldemar Brodkorb
- MASTER_SITES -> PKG_SITES - make libc boolean, makes no sense as package
2009-05-30fix variable nameWaldemar Brodkorb
PKG_SITES is correct now
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-29Merge branch 'lemote'Waldemar Brodkorb
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-24more gcc 4.4 issues on mipsWaldemar Brodkorb
- disable runit in busybox - update gmp to latest upstream - PKG_DEPEND -> PKG_DEPENDS
2009-05-24Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
fic conflicts Conflicts: package/gnutls/Makefile package/mrd6/Makefile
2009-05-24patches and update for gcc 4.4.0 allmodconfigWaldemar Brodkorb
* update gcc to 4.4.0 * update gnutls and ruby * fix c++ issues for some packages
2009-05-23- cleanup and document PKG_template, ARCH parameter is not needed anymoreWaldemar Brodkorb
- use CPU_ARCH for fake dir and ipkg - enable DEBUG option in menu and rename to ADK_DEBUG
2009-05-17Initial importwbx