summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/Makefile
AgeCommit message (Expand)Author
2014-04-06use lowercase directory nameWaldemar Brodkorb
2014-03-23fix arm compileWaldemar Brodkorb
2014-03-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-20fix qemu-i686 and uClibc buildWaldemar Brodkorb
2014-03-20fix stripping for uclibc/musl toolchains, do not remove *_pic.a might be need...Waldemar Brodkorb
2014-03-07Merge branch 'master' of git+ssh://openadk.org:/git/openadkWaldemar Brodkorb
2014-03-06don't remember why this workaround was added. it is in since import from Free...Waldemar Brodkorb
2014-03-06fix parallel using of different mips abiWaldemar Brodkorb
2014-03-06cleanup uclibc.config mess. just use one and edit via sedWaldemar Brodkorb
2014-03-03only strip toolchain and target dirs for ADK_TOOLCHAINWaldemar Brodkorb
2014-03-02strip toolchain components without copying debug data, clean toolchain after ...Waldemar Brodkorb
2014-03-01remove armeb, no hardware, no emulator to test, add armhf instead. fix some t...Waldemar Brodkorb
2014-02-26rework arm support, add qemu arm model vexpress for cortex-a9 emulation (hard...Waldemar Brodkorb
2014-02-24activate pthread support, even when gdb is choosen as packageWaldemar Brodkorb
2014-02-21enable pthread debugging in uclibc, when gdb/gdbserver is choosenWaldemar Brodkorb
2014-02-17update to uClibc git from 02.2014Waldemar Brodkorb
2014-01-16good bye cris, hardware is eol, latest toolchain is broken, qemu emulator sup...Waldemar Brodkorb
2012-10-12fixup routine for uClibcWaldemar Brodkorb
2012-10-07support for 32/64 x86_64 multilib with eglibcWaldemar Brodkorb
2012-10-05make libgcc static for busybox, make librt separate package, remove dependenc...Waldemar Brodkorb
2012-09-21fix sed command lineWaldemar Brodkorb
2012-09-21set correct ABI in uClibcWaldemar Brodkorb
2012-09-21update uClibc to 0.9.33.2Waldemar Brodkorb
2012-09-20add basic support for qemu-mips64Waldemar Brodkorb
2011-08-30add infrastructure for qemu-cris (still broken)Waldemar Brodkorb
2011-04-26make arm/mips architectures more configurable in a simpler wayWaldemar Brodkorb
2011-03-17disable lto for uclibc, it failsWaldemar Brodkorb
2011-01-25more HOSTCC eliminationWaldemar Brodkorb
2011-01-12fix ssp support, logic errorWaldemar Brodkorb
2011-01-10add LTO support to toolchain settings. Cleanup SYSROOT mess.Waldemar Brodkorb
2011-01-07add toolchain settings menu pointWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
2010-04-12enable parallel building for uclibcPhil Sutter
2010-02-24toolchain: trailing whitespaces cleanup (just cosmetics!)Phil Sutter
2010-02-14remove unused workaroundWaldemar Brodkorb
2010-01-30update uclibc to latest upstream versionWaldemar Brodkorb
2009-12-07install development libraries into /libWaldemar Brodkorb
2009-12-06fix qemu-x86_64 image, get rid of duplicat include dirWaldemar Brodkorb
2009-11-25simplify buildsystemWaldemar Brodkorb
2009-11-19rename DEVICE to ADK_TARGETWaldemar Brodkorb
2009-08-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-20add eglibc supportWaldemar Brodkorb
2009-08-20update foxboard to latest stuffWaldemar Brodkorb
2009-08-12update gcc, kernel and uclibc MakefileWaldemar Brodkorb
2009-06-22make lemote boot with uClibcWaldemar Brodkorb
2009-06-18fix broken uClibcWaldemar Brodkorb
2009-06-01remove unused $Id$Waldemar Brodkorb
2009-05-29add lemote / loongson2f target support (no runtime tests yet)Waldemar Brodkorb
2009-05-23- cleanup and document PKG_template, ARCH parameter is not needed anymoreWaldemar Brodkorb
2009-05-17Initial importwbx