summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2011-09-02add basic support for qemu-system-sh4Waldemar Brodkorb
2011-08-30add infrastructure for qemu-cris (still broken)Waldemar Brodkorb
2011-08-24add qemu sparc64, but it segfaultsWaldemar Brodkorb
2011-08-24better ppc64 support, qemu still hangs @ returning from prom_initWaldemar Brodkorb
2011-08-09java uses $ORIGIN in RPATH of the binary. This patch fromWaldemar Brodkorb
the mailinglist, seems to work fine. http://www.mail-archive.com/uclibc@uclibc.org/msg06444.html
2011-06-16update to stable versionWaldemar Brodkorb
2011-06-12update default kernel to 2.6.39Waldemar Brodkorb
2011-05-15fix bulktoolchain targetWaldemar Brodkorb
2011-05-09update to 4.5.3Waldemar Brodkorb
2011-05-02same problem for ubuntu/amd64 as for cygwin amd64Waldemar Brodkorb
2011-04-27fix allconfig for foxg20Waldemar Brodkorb
2011-04-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-04-26make arm/mips architectures more configurable in a simpler wayWaldemar Brodkorb
2011-04-26glibc: fixup name resolution for kirkwood at leastPhil Sutter
2011-04-17add basic locale support to OpenADKWaldemar Brodkorb
2011-04-10use bindir for workaroundWaldemar Brodkorb
2011-04-10add workaround for openjdkWaldemar Brodkorb
2011-04-09simplifyWaldemar Brodkorb
2011-04-03more steps toward an IcedTea (or so we hope), still fails, though…Waldemar Brodkorb
2011-03-31Revert "update to latest stable upstream version, refresh patch"Waldemar Brodkorb
This reverts commit 84b90159b05aaa4e914ce51d2b1319218c32d8a1.
2011-03-31update to latest stable upstream version, refresh patchWaldemar Brodkorb
2011-03-28update to latest stable upstreamWaldemar Brodkorb
2011-03-28add first step to get java runningWaldemar Brodkorb
add cacaovm and classpath packages. Add some dependency packages (gconf, orbit2). Add a non-working icedtea6/openjdk, need to work on a Linux host for further experimenting.
2011-03-24enable Java support in GCC again, add libgcj library packageWaldemar Brodkorb
2011-03-19add vfork implementation from klibc, fix gnu tar problemWaldemar Brodkorb
2011-03-18update to rc3Waldemar Brodkorb
2011-03-17disable lto for uclibc, it failsWaldemar Brodkorb
2011-03-13add a lot of new devel subpackages and fix native builds of packagesWaldemar Brodkorb
2011-03-08cosmetic changesWaldemar Brodkorb
2011-02-26resolve xterm Makefile conflictWaldemar Brodkorb
2011-02-01readd workaround, needed f.e. for mips targetsWaldemar Brodkorb
2011-01-25more HOSTCC eliminationWaldemar Brodkorb
2011-01-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2011-01-20update to rc2, remove obsolete patchesWaldemar Brodkorb
2011-01-20disable NLS, allows toolchain building on native ADK systemsWaldemar Brodkorb
2011-01-18handle ssp support for glibc/eglibc/gccWaldemar Brodkorb
2011-01-17enable old behavior and enable gdb/c++ by defaultWaldemar Brodkorb
2011-01-17these symlinks are requiredWaldemar Brodkorb
2011-01-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-13update to Linux Kernel 2.6.37Waldemar Brodkorb
2011-01-12fix ssp support, logic errorWaldemar Brodkorb
2011-01-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-12fix mips64 glibc toolchainsWaldemar Brodkorb
2011-01-11update todo, resolv conflictWaldemar Brodkorb
2011-01-11add aufs2 kernel patches, update aufs2-util to matchWaldemar Brodkorb
2011-01-10fix timezone configuration for glibc based systemsWaldemar Brodkorb
2011-01-10create directory where others are createdWaldemar Brodkorb
2011-01-10resolve conflictsWaldemar 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)