Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-02-20 | use special case, do not put CFLAGS always into LDFLAGS | Waldemar Brodkorb | |
2014-02-19 | add thumb2 support as an option for cubox-i | Waldemar Brodkorb | |
2014-02-18 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-02-18 | use bin directory for host binaries only, use new firmware directory for the ↵ | Waldemar Brodkorb | |
resulting firmware | |||
2014-02-18 | add initial stuff for cubox-i, still waiting for the hardware, so fully untested | Waldemar Brodkorb | |
2014-02-15 | ld handles O1 and O2 in the same way, use O1 | Waldemar Brodkorb | |
2014-02-12 | add special linker scripts, to disable lazy loading of symbols and to make ↵ | Waldemar Brodkorb | |
relocations read-only, security enhancement, idea seen in sabotage linux | |||
2014-02-10 | disable certificate checking | Waldemar Brodkorb | |
2014-02-03 | make wget timeout configurable | Waldemar Brodkorb | |
2014-01-31 | fix openjdk build, add render dependency | Waldemar Brodkorb | |
2014-01-25 | fix clang warning | Waldemar Brodkorb | |
2014-01-24 | higher timeout for slow proxies | Waldemar Brodkorb | |
2014-01-23 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-01-23 | remove jtools/java host dir. use host stuff instead. | Waldemar Brodkorb | |
fix arm building. | |||
2014-01-16 | add TARGET_CFLAGS_ARCH to TARGET_LDFLAGS, required to fix build of f.e. ↵ | Waldemar Brodkorb | |
cfgfs for musl ppc | |||
2014-01-08 | remove LINUX_HEADER_DIR | Waldemar Brodkorb | |
2013-12-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2013-12-20 | remove qemu vars from vars.mk | Waldemar Brodkorb | |
2013-12-08 | add support for microblaze architecture, tested with qemu-system-microblaze{,el} | Waldemar Brodkorb | |
2013-11-27 | try to fixup mesalib compile, it needs libxml2 python module | Waldemar Brodkorb | |
2013-11-17 | use qemu-host, add support for uClibc and openjdk7, tested on qemu-system-mipsel | Waldemar Brodkorb | |
2013-11-07 | update valgrind to latest upstream version, strlen is not a function in ↵ | Waldemar Brodkorb | |
ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO | |||
2013-11-03 | optimize code generation, saves space on disk and ram. do not generate ↵ | Waldemar Brodkorb | |
eh_frame section in ELF | |||
2013-11-02 | need TARGET_PATH to find file | Waldemar Brodkorb | |
2013-11-02 | remove dependencies to libiconv,pkg-config and file. use pkgconf and ↵ | Waldemar Brodkorb | |
libiconv-tiny instead. fixes glib compile on systems without libiconv/ native iconv implementation | |||
2013-11-01 | allow gettext-tiny host compile with HOST_STYLE=manual | Waldemar Brodkorb | |
2013-10-28 | fix host build stuff and update-patches, convert cifs-utils and libaudiofile ↵ | Waldemar Brodkorb | |
to new autotool infrastructure | |||
2013-10-24 | get rid of unsupported locale support | Waldemar Brodkorb | |