Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-29 | rework directory names | Waldemar Brodkorb | |
Sorry, need to change this again. Toolchain and target directories can not be usefully shared between systems with the same cpu arch. There are to many optimizations for gcc supplied libraries involved. Simplify even for qemu targets. | |||
2014-05-28 | allow to choose ld garbage collector | Waldemar Brodkorb | |
2014-05-27 | non-verbose extraction | Waldemar Brodkorb | |
2014-05-25 | allow to enable PIE | Waldemar Brodkorb | |
2014-05-24 | cleanup host tools cflags, disable debug symbols and optimization for speedup | Waldemar Brodkorb | |
2014-05-23 | allow to use hash-style gnu for non-mips targets | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-17 | move ecj.jar download to ecj package | Waldemar Brodkorb | |
2014-05-13 | use static-libgc not only for base, simplifies dependencies, just a few ↵ | Waldemar Brodkorb | |
bytes bigger for a xbmc build | |||
2014-05-05 | gnu sed no longer required, will be build as hosttool | Waldemar Brodkorb | |
2014-05-03 | revert, breaks libxml2-python, which needs scripts before usr/bin | Waldemar Brodkorb | |
2014-05-02 | minor fixes | Waldemar Brodkorb | |
2014-04-30 | set -mthumb when thum is choosen | Waldemar Brodkorb | |
2014-04-15 | fix patch usage | Waldemar Brodkorb | |
2014-04-14 | compile patch when not available on Host | Waldemar Brodkorb | |
2014-04-13 | use -O0 when debug on | Waldemar Brodkorb | |
2014-04-07 | add gold support | Waldemar Brodkorb | |
2014-04-07 | enable static globally | Waldemar Brodkorb | |
2014-04-05 | fix iso building | Waldemar Brodkorb | |
2014-04-03 | Merge branch 'master' of git+ssh://www.openadk.org/git/openadk | Waldemar Brodkorb | |
2014-04-03 | eanble option to debug optimized code | Waldemar Brodkorb | |
2014-04-02 | add optimization flags for microblaze | Waldemar Brodkorb | |
2014-03-31 | better fix | Waldemar Brodkorb | |
2014-03-31 | use HOST_BUILD_DIR to avoid rebuilding after make clean, add genext2fs to checks | Waldemar Brodkorb | |
2014-03-30 | build host tools on demand, when not available on the host | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |
2014-03-26 | provide CXXFLAGS_FOR_BUILD | Waldemar Brodkorb | |
2014-03-23 | make optimiztion compiler flags configurable, default -Os -pipe | Waldemar Brodkorb | |
2014-03-19 | add ADK_RUNTIME_CONSOLE_SERIAL_DEVICE, minor cleanups while there | Waldemar Brodkorb | |
2014-03-17 | add TOOLCHAIN_DIR support | Waldemar Brodkorb | |
establish an extra dir for toolchain. Better for preparing toolchain for other projetcs without host tools only used by openadk. Use /usr prefix. No symlink workarounds needed anymore. | |||
2014-03-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | 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-16 | remove cleantarget at the moment | Waldemar Brodkorb | |
we share all toolchains in host_<gnu_host_name> directory, so the existing cleantarget does not work as expected. remove it for now. | |||
2014-03-10 | rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵ | Waldemar Brodkorb | |
no difference | |||
2014-03-08 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-08 | use gnu sed for darwin | Waldemar Brodkorb | |
2014-03-08 | rename DISTDIR, make it configurable in the menu | Waldemar Brodkorb | |
2014-03-07 | fix x32 musl | Waldemar Brodkorb | |
2014-03-07 | fix order | Waldemar Brodkorb | |
2014-03-06 | fix parallel using of different mips abi | Waldemar Brodkorb | |
2014-03-06 | get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵ | Waldemar Brodkorb | |
not satisfying. | |||
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-01 | add x32 toolchain and kernel support | Waldemar Brodkorb | |
2014-03-01 | add basic support for x86_64 x32 abi, convert to miniconfig | Waldemar Brodkorb | |
2014-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-01 | move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵ | Waldemar Brodkorb | |
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup | |||
2014-03-01 | update to gcc 4.8.2 (partially done by last commit) | Waldemar Brodkorb | |
2014-02-22 | do not set ARCH in TARGET_CONFIGURE_OPTS, hopefully fixes libx264 depend ↵ | Waldemar Brodkorb | |
target, it just was added for openafs, which requires eventually even more rework | |||
2014-02-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-02-20 | need to use gcc mode thumb, to compile glibc, CFLAGS is not enough | Waldemar Brodkorb | |