Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-30 | fix find command, reported by phil | Waldemar Brodkorb | |
2015-01-17 | update to musl 1.1.6 | Waldemar Brodkorb | |
2014-12-27 | optimize git downloader | Waldemar Brodkorb | |
We now can use a GIT Hash to set a specific checkout. If this is used, you need to define PKG_HASH. Convert libx264 and wiringPi to the new git downloader. Fix toolchains components to use the new git downloader. | |||
2014-12-27 | convert checksum check to sha256 | Waldemar Brodkorb | |
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages. | |||
2014-10-14 | update musl to latest stable version | Waldemar Brodkorb | |
2014-08-06 | bsd fixes | Waldemar Brodkorb | |
2014-08-04 | add musl git support | Waldemar Brodkorb | |
2014-08-01 | update to latest musl version | Waldemar Brodkorb | |
2014-06-26 | update to latest stable version | Waldemar Brodkorb | |
2014-06-21 | s/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-11 | add cleansystem target, filter fstack-protector-all for musl | Waldemar Brodkorb | |
2014-06-08 | fixup and rename of libc arch lists | Waldemar Brodkorb | |
2014-06-07 | update to latest | Waldemar Brodkorb | |
2014-06-02 | refactor CPU_ARCH/ARCH variables | Waldemar Brodkorb | |
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make | |||
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-23 | fix arch lists | Waldemar Brodkorb | |
2014-05-21 | udpate musl | Waldemar Brodkorb | |
2014-05-18 | update to musl 1.1.0 | Waldemar Brodkorb | |
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-04-24 | update musl, fixes microblaze support | Waldemar Brodkorb | |
2014-04-10 | use libc specific toolchain arch list | Waldemar Brodkorb | |
2014-03-23 | make optimiztion compiler flags configurable, default -Os -pipe | Waldemar Brodkorb | |
2014-03-20 | update musl to 1.0.0 | Waldemar Brodkorb | |
2014-03-20 | fix stripping for uclibc/musl toolchains, do not remove *_pic.a might be ↵ | Waldemar Brodkorb | |
needed for shared libraries | |||
2014-03-19 | udpate musl from git | Waldemar Brodkorb | |
2014-03-18 | fix udhcpc for x32, from musl-git | Waldemar Brodkorb | |
2014-03-17 | fixups for x86_64 x32 toolchain, x86_64 32 still problematic | Waldemar Brodkorb | |
- add a musl patch to recognize x86_64-foo-muslx32 - rework multilib configuration - remove explicit sjlj gcc configure, as suggested by the gcc docs - fix strace for x32 | |||
2014-03-10 | update musl to latest git | Waldemar Brodkorb | |
2014-03-07 | add a musl hotfix from nsz for sh | Waldemar Brodkorb | |
2014-03-07 | update to latest git, x32 sysinfo fix needed | Waldemar Brodkorb | |
2014-03-04 | merge | Waldemar Brodkorb | |
2014-03-03 | only strip toolchain and target dirs for ADK_TOOLCHAIN | Waldemar Brodkorb | |
2014-03-02 | remove 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-02 | strip 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-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-01 | update to latest git | Waldemar Brodkorb | |
2014-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-01 | remove 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-27 | add support for sh and musl | Waldemar Brodkorb | |
2014-02-26 | add update to musl git | Waldemar Brodkorb | |
2014-01-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-01-04 | update musl | Waldemar Brodkorb | |
2014-01-04 | update firefox and dependencies | Waldemar Brodkorb | |
2013-12-15 | use linux.bin without included dtb, dtb is already provided by qemu. no need ↵ | Waldemar Brodkorb | |
to patch kernel dts. | |||
2013-11-20 | fix musl compile, when xorg package collection is selected. X still does not ↵ | Waldemar Brodkorb | |
work with musl | |||
2013-11-09 | musl on mips is O32 ABI only | Waldemar Brodkorb | |
2013-09-24 | update to 0.9.14 | Waldemar Brodkorb | |
2013-09-18 | add back musl git patch, fix my rebuild issues. build musl a second time, ↵ | Waldemar Brodkorb | |
after gcc-final | |||
2013-09-18 | remove latest commit, qemu-mips crash with it | Waldemar Brodkorb | |
2013-09-16 | fix build for mips64el | Waldemar Brodkorb | |