summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2014-08-04fix glibc git compileWaldemar Brodkorb
2014-08-04add musl git supportWaldemar Brodkorb
2014-08-01allow to use git version for C library.Waldemar Brodkorb
2014-08-01update to latest musl versionWaldemar Brodkorb
2014-07-30update to beta5, x86 build fixWaldemar Brodkorb
2014-07-30update to beta4Waldemar Brodkorb
2014-07-28use bamboo board emulation as default, ppc 44x without FPU. networking works ↵Waldemar Brodkorb
here.
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar Brodkorb
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-07-28test installed uClibcWaldemar Brodkorb
2014-07-28use latest git for uClibcWaldemar Brodkorb
2014-07-24remove alpha from arch listWaldemar Brodkorb
2014-07-23add qemu support for ppc virtex ml507Waldemar Brodkorb
2014-07-23no arch flags for alphaWaldemar Brodkorb
2014-07-22fix kernel module linking for xtensa, from buildrootWaldemar Brodkorb
2014-07-22DODEBUG for x86 must be on, need to investigate laterWaldemar Brodkorb
2014-07-22workaround for firmware filesWaldemar Brodkorb
2014-07-19update to beta3Waldemar Brodkorb
2014-07-12add binutils patches from buildroot, to make xtensa more stableWaldemar Brodkorb
2014-07-11make nfsroot for apu hopefully workingWaldemar Brodkorb
2014-07-11patch not required for DODEBUG=nWaldemar Brodkorb
2014-07-11simplify uClibc toolchain builds, add uClibc-ng test subpackageWaldemar Brodkorb
2014-07-10use toplevel targetWaldemar Brodkorb
2014-07-08first steps to get testsuite of uClibc runningWaldemar Brodkorb
2014-07-07fix build on Darwin, make uclibc-ng powerpc possibleWaldemar Brodkorb
2014-07-06allow preselection of ABIWaldemar Brodkorb
2014-07-06allow static building of toolchainWaldemar Brodkorb
2014-07-05update uClibc-ng to beta2Waldemar Brodkorb
2014-07-05use HOST_PATH, otherwise wrong sed might be usedWaldemar Brodkorb
2014-07-05add different arm architectures for toolchain buildingWaldemar Brodkorb
2014-07-05add support for uClibc-ng in parallel to uClibc.Waldemar Brodkorb
This helps to find any regressions made in uClibc-ng.
2014-07-05remove addon patchesWaldemar Brodkorb
2014-07-04add basic support for pcengines apu, only usb boot tested.Waldemar Brodkorb
2014-06-30start adding architectures for uClibc without NPTL/TLSWaldemar Brodkorb
2014-06-28enable shared libgcc for uClibc/glibcWaldemar Brodkorb
unfortunately uClibc/glibc uses dlopen to access exception handling code from libgcc_s.so.1. Pure static build is only provided by musl.
2014-06-28add alpha for glibc and xtensa for uclibcWaldemar Brodkorb
2014-06-28add fblogo patch as addon for 3.14/3.15Waldemar Brodkorb
2014-06-26update to latest stable versionWaldemar Brodkorb
2014-06-25update to latest stableWaldemar Brodkorb
2014-06-22fix TOPDIR variableWaldemar Brodkorb
2014-06-21overlay for linux kernelWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-18use libc specific patching to avoid any side effects in the gcc patches, as ↵Waldemar Brodkorb
seen in buildroot recently
2014-06-17fix toolchain building, uclibcWaldemar Brodkorb
2014-06-16optimize environment variables, reduce duplicate stuffWaldemar Brodkorb
2014-06-16do not delete gconv dir, required for iconv_openWaldemar Brodkorb
2014-06-15add support for xtensa architecture, tested with qemu. thanks to Max ↵Waldemar Brodkorb
Filippov for help
2014-06-12add lto support to first stage compilerWaldemar Brodkorb
2014-06-11add cleansystem target, filter fstack-protector-all for muslWaldemar Brodkorb
2014-06-08fixup and rename of libc arch listsWaldemar Brodkorb
2014-06-07update to latestWaldemar Brodkorb