summaryrefslogtreecommitdiff
path: root/package/musl
AgeCommit message (Collapse)Author
2014-12-19use the new concept of appliancesWaldemar Brodkorb
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete
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-12fix linux header installation on DarwinWaldemar Brodkorb
2014-06-08use ADK_TARGET_KARCH for kernel stuff, fix ppc buildWaldemar Brodkorb
2014-06-07avoid grep error messageWaldemar Brodkorb
2014-06-06musl uses subarch nowWaldemar Brodkorb
2014-06-05fix missing kernel-version in libc-dev packages, add PKG_OPTS nostaging for ↵Waldemar Brodkorb
libc packages, to avoid cpio errors
2014-06-03fix more users ofWaldemar Brodkorb
2014-06-02refactor CPU_ARCH/ARCH variablesWaldemar 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-31rework static linking support, works with musl/glibc, fails to boot with ↵Waldemar Brodkorb
uclibc (qemu-x86)
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-04-15fix superh big endian compile for muslWaldemar Brodkorb
2014-03-11finetune rebuild stuffWaldemar Brodkorb
need to rebuild kmod-packages, when removed. f.e. by hudson. fix kmod-soft-watchdog while there. Use bin directory for ldd to avoid a cpio failure.
2014-03-01add basic support for x86_64 x32 abi, convert to miniconfigWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2013-09-18last bits for lemote yeelong and musl supportWaldemar Brodkorb
2013-09-17use right ld loader for armhfWaldemar Brodkorb
2013-09-13trying to get mips and ppc musl workingWaldemar Brodkorb
2013-09-13fix half way libgcc headacheWaldemar Brodkorb
2013-09-04fix musl package for x86 archWaldemar Brodkorb
2013-08-17use CPU_ARCHWaldemar Brodkorb
2013-08-14sorry libgcc problem still exist. don't know whyWaldemar Brodkorb
2013-08-14prepare the base system without libgcc even for muslWaldemar Brodkorb
2013-08-14add lddWaldemar Brodkorb
2013-08-14musl libc compat updatesWaldemar Brodkorb
2013-08-12complete musl support, tested with qemu-armWaldemar Brodkorb