summaryrefslogtreecommitdiff
path: root/mk/vars.mk
AgeCommit message (Collapse)Author
2014-05-31rework static linking support, works with musl/glibc, fails to boot with ↵Waldemar Brodkorb
uclibc (qemu-x86)
2014-05-29rework directory namesWaldemar 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-28allow to choose ld garbage collectorWaldemar Brodkorb
2014-05-27non-verbose extractionWaldemar Brodkorb
2014-05-25allow to enable PIEWaldemar Brodkorb
2014-05-24cleanup host tools cflags, disable debug symbols and optimization for speedupWaldemar Brodkorb
2014-05-23allow to use hash-style gnu for non-mips targetsWaldemar Brodkorb
2014-05-23resolve merge conflictWaldemar Brodkorb
2014-05-17move ecj.jar download to ecj packageWaldemar Brodkorb
2014-05-13use static-libgc not only for base, simplifies dependencies, just a few ↵Waldemar Brodkorb
bytes bigger for a xbmc build
2014-05-05gnu sed no longer required, will be build as hosttoolWaldemar Brodkorb
2014-05-03revert, breaks libxml2-python, which needs scripts before usr/binWaldemar Brodkorb
2014-05-02minor fixesWaldemar Brodkorb
2014-04-30set -mthumb when thum is choosenWaldemar Brodkorb
2014-04-15fix patch usageWaldemar Brodkorb
2014-04-14compile patch when not available on HostWaldemar Brodkorb
2014-04-13use -O0 when debug onWaldemar Brodkorb
2014-04-07add gold supportWaldemar Brodkorb
2014-04-07enable static globallyWaldemar Brodkorb
2014-04-05fix iso buildingWaldemar Brodkorb
2014-04-03Merge branch 'master' of git+ssh://www.openadk.org/git/openadkWaldemar Brodkorb
2014-04-03eanble option to debug optimized codeWaldemar Brodkorb
2014-04-02add optimization flags for microblazeWaldemar Brodkorb
2014-03-31better fixWaldemar Brodkorb
2014-03-31use HOST_BUILD_DIR to avoid rebuilding after make clean, add genext2fs to checksWaldemar Brodkorb
2014-03-30build host tools on demand, when not available on the hostWaldemar Brodkorb
2014-03-30rework hosttools building, add tools into package stuffWaldemar Brodkorb
2014-03-26provide CXXFLAGS_FOR_BUILDWaldemar Brodkorb
2014-03-23make optimiztion compiler flags configurable, default -Os -pipeWaldemar Brodkorb
2014-03-19add ADK_RUNTIME_CONSOLE_SERIAL_DEVICE, minor cleanups while thereWaldemar Brodkorb
2014-03-17add TOOLCHAIN_DIR supportWaldemar 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-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar 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-16remove cleantarget at the momentWaldemar 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-10rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵Waldemar Brodkorb
no difference
2014-03-08Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-08use gnu sed for darwinWaldemar Brodkorb
2014-03-08rename DISTDIR, make it configurable in the menuWaldemar Brodkorb
2014-03-07fix x32 muslWaldemar Brodkorb
2014-03-07fix orderWaldemar Brodkorb
2014-03-06fix parallel using of different mips abiWaldemar Brodkorb
2014-03-06get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵Waldemar Brodkorb
not satisfying.
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-01add x32 toolchain and kernel supportWaldemar Brodkorb
2014-03-01add basic support for x86_64 x32 abi, convert to miniconfigWaldemar Brodkorb
2014-03-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-01move 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-01update to gcc 4.8.2 (partially done by last commit)Waldemar Brodkorb
2014-02-22do 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-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb