summaryrefslogtreecommitdiff
path: root/toolchain/musl
AgeCommit message (Collapse)Author
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-04-24update musl, fixes microblaze supportWaldemar Brodkorb
2014-04-10use libc specific toolchain arch listWaldemar Brodkorb
2014-03-23make optimiztion compiler flags configurable, default -Os -pipeWaldemar Brodkorb
2014-03-20update musl to 1.0.0Waldemar Brodkorb
2014-03-20fix stripping for uclibc/musl toolchains, do not remove *_pic.a might be ↵Waldemar Brodkorb
needed for shared libraries
2014-03-19udpate musl from gitWaldemar Brodkorb
2014-03-18fix udhcpc for x32, from musl-gitWaldemar Brodkorb
2014-03-17fixups for x86_64 x32 toolchain, x86_64 32 still problematicWaldemar 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-10update musl to latest gitWaldemar Brodkorb
2014-03-07add a musl hotfix from nsz for shWaldemar Brodkorb
2014-03-07update to latest git, x32 sysinfo fix neededWaldemar Brodkorb
2014-03-04mergeWaldemar Brodkorb
2014-03-03only strip toolchain and target dirs for ADK_TOOLCHAINWaldemar Brodkorb
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-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-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-01update to latest gitWaldemar Brodkorb
2014-03-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar 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-27add support for sh and muslWaldemar Brodkorb
2014-02-26add update to musl gitWaldemar Brodkorb
2014-01-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-01-04update muslWaldemar Brodkorb
2014-01-04update firefox and dependenciesWaldemar Brodkorb
2013-12-15use linux.bin without included dtb, dtb is already provided by qemu. no need ↵Waldemar Brodkorb
to patch kernel dts.
2013-11-20fix musl compile, when xorg package collection is selected. X still does not ↵Waldemar Brodkorb
work with musl
2013-11-09musl on mips is O32 ABI onlyWaldemar Brodkorb
2013-09-24update to 0.9.14Waldemar Brodkorb
2013-09-18add back musl git patch, fix my rebuild issues. build musl a second time, ↵Waldemar Brodkorb
after gcc-final
2013-09-18remove latest commit, qemu-mips crash with itWaldemar Brodkorb
2013-09-16fix build for mips64elWaldemar Brodkorb
2013-09-16bus error on mips/mipsel is fixed now. thx to Rich Felker, added musl-git ↵Waldemar Brodkorb
patch from today
2013-09-13trying to get mips and ppc musl workingWaldemar Brodkorb
2013-09-13rebuild musl after full gcc is availableWaldemar Brodkorb
2013-09-13fix half way libgcc headacheWaldemar Brodkorb
2013-09-04update musl libcWaldemar Brodkorb
2013-08-17use -static-libgcc for musl compile, required for x86_64 buildWaldemar Brodkorb
2013-08-14use TARGET_CFLAGS for musl compile, seems to fix shared library problemWaldemar Brodkorb
2013-08-11preliminary musl supportWaldemar Brodkorb