summaryrefslogtreecommitdiff
path: root/toolchain/musl/Makefile
AgeCommit message (Collapse)Author
2015-12-02simplify toolchain buildingWaldemar Brodkorb
Buildroot uses the two-stage mechanism since a while. This reduces the build time a lot. Instead of three stages, we just use the two-stage build. The benefit is that the C library do not need to be rebuild and one gcc compile is obsolete. Tested with embedded-test.sh. There is one unresolved problem, tile toolchain building is broken.
2015-01-30fix find command, reported by philWaldemar Brodkorb
2014-08-06bsd fixesWaldemar 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-11add cleansystem target, filter fstack-protector-all for muslWaldemar 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-23fix symbol renaming bugsWaldemar 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-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-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-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-09-18add back musl git patch, fix my rebuild issues. build musl a second time, ↵Waldemar Brodkorb
after gcc-final
2013-09-16fix build for mips64elWaldemar Brodkorb
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-14use TARGET_CFLAGS for musl compile, seems to fix shared library problemWaldemar Brodkorb
2013-08-11preliminary musl supportWaldemar Brodkorb