summaryrefslogtreecommitdiff
path: root/mk/vars.mk
AgeCommit message (Collapse)Author
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
2014-02-20need to use gcc mode thumb, to compile glibc, CFLAGS is not enoughWaldemar Brodkorb
2014-02-20use special case, do not put CFLAGS always into LDFLAGSWaldemar Brodkorb
2014-02-19add thumb2 support as an option for cubox-iWaldemar Brodkorb
2014-02-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-02-18use bin directory for host binaries only, use new firmware directory for the ↵Waldemar Brodkorb
resulting firmware
2014-02-18add initial stuff for cubox-i, still waiting for the hardware, so fully untestedWaldemar Brodkorb
2014-02-15ld handles O1 and O2 in the same way, use O1Waldemar Brodkorb
2014-02-12add 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-10disable certificate checkingWaldemar Brodkorb
2014-02-03make wget timeout configurableWaldemar Brodkorb
2014-01-31fix openjdk build, add render dependencyWaldemar Brodkorb
2014-01-25fix clang warningWaldemar Brodkorb
2014-01-24higher timeout for slow proxiesWaldemar Brodkorb
2014-01-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-01-23remove jtools/java host dir. use host stuff instead.Waldemar Brodkorb
fix arm building.
2014-01-16add TARGET_CFLAGS_ARCH to TARGET_LDFLAGS, required to fix build of f.e. ↵Waldemar Brodkorb
cfgfs for musl ppc
2014-01-08remove LINUX_HEADER_DIRWaldemar Brodkorb
2013-12-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2013-12-20remove qemu vars from vars.mkWaldemar Brodkorb
2013-12-08add support for microblaze architecture, tested with qemu-system-microblaze{,el}Waldemar Brodkorb
2013-11-27try to fixup mesalib compile, it needs libxml2 python moduleWaldemar Brodkorb
2013-11-17use qemu-host, add support for uClibc and openjdk7, tested on qemu-system-mipselWaldemar Brodkorb
2013-11-07update 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-03optimize code generation, saves space on disk and ram. do not generate ↵Waldemar Brodkorb
eh_frame section in ELF
2013-11-02need TARGET_PATH to find fileWaldemar Brodkorb
2013-11-02remove 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-01allow gettext-tiny host compile with HOST_STYLE=manualWaldemar Brodkorb
2013-10-28fix host build stuff and update-patches, convert cifs-utils and libaudiofile ↵Waldemar Brodkorb
to new autotool infrastructure
2013-10-24get rid of unsupported locale supportWaldemar Brodkorb
2013-09-26hard float target systems, need to have their own toolchain/target/host ↵Waldemar Brodkorb
dirs, because toolchain is different
2013-09-25Merge branch 'master' of openadk.org:/git/openadkWaldemar Brodkorb
2013-09-25first step to port openafsWaldemar Brodkorb
2013-09-23remove -fPIC, fixes compile of x86-eglibc toolchainWaldemar Brodkorb
2013-05-13add mips64el stuffWaldemar Brodkorb
2012-10-13we need Optimization flags for eglibc/glibcWaldemar Brodkorb
2012-10-12use TARGET_CFLAGS_LIBC without ABI cflags for glibcWaldemar Brodkorb
2012-10-10fix 32 Bit multilib buildsWaldemar Brodkorb
2011-11-10fix make bulk on OpenADK buildserverWaldemar Brodkorb
2011-10-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-10-12add basic support for avr32 -> ngw100Waldemar Brodkorb
2011-09-05more make bulkallmod patchesWaldemar Brodkorb