summaryrefslogtreecommitdiff
path: root/mk/vars.mk
AgeCommit message (Expand)Author
2014-12-19use ADK_VERBOSE to be more consistent.Waldemar Brodkorb
2014-12-19use the new concept of appliancesWaldemar Brodkorb
2014-12-06add basic bits for c6x toolchains supportWaldemar Brodkorb
2014-10-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-10-21allow to build with MacOS X Yosemite and Homebrew.Waldemar Brodkorb
2014-10-07quote PATH, might contain white spacesWaldemar Brodkorb
2014-09-19fix buildWaldemar Brodkorb
2014-09-04disable parallel buildingWaldemar Brodkorb
2014-09-04removing elf2flt from CFLAGS, breaks sash compileWaldemar Brodkorb
2014-08-27add some libraries needed for XBMC on Solidrun IMX6Waldemar Brodkorb
2014-08-26we need to remove crtbegin.o/crtend.o from gcc specs file. otherwise broken e...Waldemar Brodkorb
2014-08-15use 5307 for now, which results in a working userland. need to investigate.Waldemar Brodkorb
2014-08-14add elf2flt, use it for m68k-nommu. bootup in qemu still fails.Waldemar Brodkorb
2014-08-06do not duplicate optimization cflagsWaldemar Brodkorb
2014-08-06okay, -static-libgcc breaks uClibc toolchain buildingWaldemar Brodkorb
2014-08-05another clang Darwin patchWaldemar Brodkorb
2014-08-05clang does not know -static-libgcc on DarwinWaldemar Brodkorb
2014-08-04add some debug related optimizationWaldemar Brodkorb
2014-08-01more patches for musl userland as buildsystemWaldemar Brodkorb
2014-08-01when using OpenADK for toolchain building, a musl system have to use -static-...Waldemar Brodkorb
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar Brodkorb
2014-07-08toplevel build directory changeWaldemar Brodkorb
2014-07-06allow static building of toolchainWaldemar Brodkorb
2014-07-05update uClibc-ng to beta2Waldemar Brodkorb
2014-06-29only for muslWaldemar Brodkorb
2014-06-21breaks network configuration rogue pointer in qemuWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
2014-06-16add missing backslashWaldemar Brodkorb
2014-06-16optimize environment variables, reduce duplicate stuffWaldemar Brodkorb
2014-06-15use same stuff for cxxflagsWaldemar Brodkorb
2014-06-15add support for xtensa architecture, tested with qemu. thanks to Max Filippov...Waldemar Brodkorb
2014-06-11ignore config.sub/config.guess, do not create backup and restore it on update...Waldemar Brodkorb
2014-06-05rework ssp support, use static version of libsspWaldemar Brodkorb
2014-06-04make ld relro and bind now optionalWaldemar Brodkorb
2014-06-02refactor CPU_ARCH/ARCH variablesWaldemar Brodkorb
2014-05-31rework static linking support, works with musl/glibc, fails to boot with ucli...Waldemar Brodkorb
2014-05-29rework directory namesWaldemar Brodkorb
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 bytes...Waldemar Brodkorb
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