Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-12 | add support to play with LLVM/clang | Waldemar Brodkorb | |
2016-05-10 | add basic ppc64 musl support | Waldemar Brodkorb | |
2016-02-16 | rework ARM NEON support | Waldemar Brodkorb | |
Don't build C library with -ffast-math when NEON is globally enabled. Disable NEON support by default. Remove dangerous -funsafe-math-optimizations. Most suggestions from Rich Felker after analyzing libc-test failures in my setup. | |||
2015-12-02 | simplify toolchain building | Waldemar 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-30 | fix find command, reported by phil | Waldemar Brodkorb | |
2014-08-06 | bsd fixes | 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-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-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-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 | 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-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-09-18 | add back musl git patch, fix my rebuild issues. build musl a second time, ↵ | Waldemar Brodkorb | |
after gcc-final | |||
2013-09-16 | fix build for mips64el | Waldemar Brodkorb | |
2013-09-13 | trying to get mips and ppc musl working | Waldemar Brodkorb | |
2013-09-13 | rebuild musl after full gcc is available | Waldemar Brodkorb | |
2013-09-13 | fix half way libgcc headache | Waldemar Brodkorb | |
2013-09-04 | update musl libc | Waldemar Brodkorb | |
2013-08-14 | use TARGET_CFLAGS for musl compile, seems to fix shared library problem | Waldemar Brodkorb | |
2013-08-11 | preliminary musl support | Waldemar Brodkorb | |