summaryrefslogtreecommitdiff
path: root/toolchain/eglibc
AgeCommit message (Collapse)Author
2013-12-28convert microblaze to miniconfig kernel config generation, add support for ↵Waldemar Brodkorb
squashfs and jffs2 rootfs for qemu-microblaze, add support for both machine emulations
2013-10-27fix eglibc qemu-sparc builds, -Os does not work for thisWaldemar Brodkorb
2013-10-24get rid of unsupported locale supportWaldemar Brodkorb
2013-10-13remove multilib experimental stuffWaldemar Brodkorb
2013-09-19eglibc compiles fine with -Os, at least for x86_64,sparc64,mips,mipsel and ↵Waldemar Brodkorb
arm, still breakage with x86
2013-09-13update eglibc to 2.18Waldemar Brodkorb
2013-07-22add omxplayer for raspberry piWaldemar Brodkorb
2013-07-10workaround for cygwin problem: http://cygwin.com/ml/cygwin/2013-05/msg00222.htmlWaldemar Brodkorb
2013-05-13update to eglibc 2.17Waldemar Brodkorb
2013-05-07add OpenJDK7, tested only for Qemu/x86 glibcWaldemar Brodkorb
2012-10-12another TARGET_CFLAGS_LIBC fixWaldemar Brodkorb
2012-10-12use TARGET_CFLAGS_LIBC without ABI cflags for glibcWaldemar Brodkorb
2012-10-11Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2012-10-11small fixWaldemar Brodkorb
2012-10-10update mutlilib support for mipsWaldemar Brodkorb
2012-10-10update mutlilib support for mipsWaldemar Brodkorb
2012-10-10merge, and update stuffWaldemar Brodkorb
2012-10-10fix 32 Bit multilib buildsWaldemar Brodkorb
2012-10-09Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2012-10-09enable multilib support for mipsWaldemar Brodkorb
2012-10-09small fixWaldemar Brodkorb
2012-10-08finetune multilib support a lot, cleanup eglibc/glibc Makefiles while thereWaldemar Brodkorb
2012-10-07support for 32/64 x86_64 multilib with eglibcWaldemar Brodkorb
2012-09-28update gcc to latest upstream versionWaldemar Brodkorb
2012-09-15fix broken patchWaldemar Brodkorb
2012-09-15refresh tarballWaldemar Brodkorb
2012-09-06fix build failureWaldemar Brodkorb
2012-08-31timezone files no longer installed. why?Waldemar Brodkorb
2012-07-31update eglibc to 2.16Waldemar Brodkorb
2012-03-24update to 2.14.1Waldemar Brodkorb
2011-11-17add libnsl backWaldemar Brodkorb
2011-11-07add another stub fileWaldemar Brodkorb
2011-04-26make arm/mips architectures more configurable in a simpler wayWaldemar Brodkorb
2011-04-17add basic locale support to OpenADKWaldemar Brodkorb
2011-01-25more HOSTCC eliminationWaldemar Brodkorb
2011-01-18handle ssp support for glibc/eglibc/gccWaldemar Brodkorb
2011-01-10add LTO support to toolchain settings. Cleanup SYSROOT mess.Waldemar Brodkorb
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup)
2011-01-08fix make clean target ruleWaldemar Brodkorb
correct the wrong path and remove the correct files on clean. Finetune more directory creation rules.
2011-01-07fix eglibc TZif file creation plus installation of desired localtime + UTCThorsten Glaser
UTC is used as “static base timezone” and thus must be present Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-01-07fix path to config filesWaldemar Brodkorb
2011-01-07add varios patches...Waldemar Brodkorb
eglibc should install nsswitch.conf and others. add -fhonour-copts to TARGET_CFLAGS.
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar Brodkorb
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-11-15another bad hack to get eglibc working with make 3.82Waldemar Brodkorb
2010-11-12updates and build fixes for a lot of packagesWaldemar Brodkorb
compiled for ibmx40 with eglibc.
2010-11-07fix eglibc/glibc toolchain building with make 3.82Waldemar Brodkorb
2010-11-03correct wrong version number for eglibcWaldemar Brodkorb
2010-10-14make MacOS X works as build system for most of the packages, update some ↵Waldemar Brodkorb
packages to latest stable upstream version
2010-09-29update eglibc and ibm x40 target, fix macosx cross-compileWaldemar Brodkorb
2010-07-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb