summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2014-03-02remove REAL_GNU_TARGET_NAME, it is a relict from buildroot days, I do not ↵Waldemar Brodkorb
know why this is required. the names are not unique between arch with different abi
2014-03-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-02add basic steps for qemu test framework buildingWaldemar Brodkorb
2014-03-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-02strip toolchain components without copying debug data, clean toolchain after ↵Waldemar Brodkorb
every target so no 300Gb are required to bulk build the toolchains
2014-03-02fix make cleanWaldemar Brodkorb
2014-03-01add x32 toolchain and kernel supportWaldemar Brodkorb
2014-03-01add basic support for x86_64 x32 abi, convert to miniconfigWaldemar Brodkorb
2014-03-01bc needs flex, update TODOWaldemar Brodkorb
2014-03-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-01move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵Waldemar Brodkorb
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup
2014-03-01merge conflictWaldemar Brodkorb
2014-03-01update to gcc 4.8.2 (partially done by last commit)Waldemar Brodkorb
2014-03-01remove armeb, no hardware, no emulator to test, add armhf instead. fix some ↵Waldemar Brodkorb
toolchain archive creation issues, remove unneeded files before packaging.
2014-02-26not ready for hudsonWaldemar Brodkorb
2014-02-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-02-26update kernel 3.4.x, fixes for lemote yeelong usersWaldemar Brodkorb
2014-02-26use separate stamp dir, enable openjdk for hudsonWaldemar Brodkorb
2014-02-25avoid overriding of mit krb5 include filesWaldemar Brodkorb
2014-02-24update kernelWaldemar Brodkorb
2014-02-24update to latest stable kernelWaldemar Brodkorb
2014-02-23fix path to pkgrebuildWaldemar Brodkorb
2014-02-22fix ppc64 toolchain building with eglibc, disable sparc uclibc (broken)Waldemar Brodkorb
2014-02-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-02-22do not set ARCH in TARGET_CONFIGURE_OPTS, hopefully fixes libx264 depend ↵Waldemar Brodkorb
target, it just was added for openafs, which requires eventually even more rework
2014-02-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-02-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-02-20need to use gcc mode thumb, to compile glibc, CFLAGS is not enoughWaldemar Brodkorb
2014-02-20use firmware dir for logsWaldemar Brodkorb
2014-02-20use special case, do not put CFLAGS always into LDFLAGSWaldemar Brodkorb
2014-02-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-02-19add mips64 toolchains, and microblaezelWaldemar Brodkorb
2014-02-19fixes, there is no vars.mk included at this time of the build processWaldemar Brodkorb
2014-02-19fix bindir pathWaldemar Brodkorb
2014-02-19add thumb2 support as an option for cubox-iWaldemar Brodkorb
2014-02-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-02-18update kernelWaldemar Brodkorb
2014-02-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-02-18use bin directory for host binaries only, use new firmware directory for the ↵Waldemar Brodkorb
resulting firmware
2014-02-18add initial stuff for cubox-i, still waiting for the hardware, so fully untestedWaldemar Brodkorb
2014-02-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-02-16use virtio drivers for sparc64Waldemar Brodkorb
2014-02-15use newer kernel for toolchain building, fix some problems with ppc and m68k ↵Waldemar Brodkorb
toolchains
2014-02-15ld handles O1 and O2 in the same way, use O1Waldemar Brodkorb
2014-02-12add special linker scripts, to disable lazy loading of symbols and to make ↵Waldemar Brodkorb
relocations read-only, security enhancement, idea seen in sabotage linux
2014-02-11unbreak buildWaldemar Brodkorb
2014-02-10disable certificate checkingWaldemar Brodkorb
2014-02-05Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-02-05remove crappy realtek driver included in the raspberry patch by accident, ↵Waldemar Brodkorb
add linux included driver
2014-02-04set higher timeout for autobuilder, which is behind a proxyWaldemar Brodkorb