summaryrefslogtreecommitdiff
path: root/mk/vars.mk
AgeCommit message (Collapse)Author
2015-04-04fix the leading underscore in firmware dirWaldemar Brodkorb
2015-04-04we need to use unique name for firmware dirs, tooWaldemar Brodkorb
2015-04-02respect HOST_PATHWaldemar Brodkorb
2015-03-29use separate dirs for soft-float/hard-float toolchainsWaldemar Brodkorb
2015-03-11enable binfmt flat for bfin, fdpic test-suite compile failWaldemar Brodkorb
2015-03-04use separate directories for nommu setupWaldemar Brodkorb
2015-03-02update elf2flt, so that arm-nommu binaries are linkable.Waldemar Brodkorb
2015-03-01use special cflags for neonWaldemar Brodkorb
2015-02-25use elf2flt CFLAGS for ARM with BINFMT_FLATWaldemar Brodkorb
2015-02-25m68k specific LDFLAGSWaldemar Brodkorb
2015-02-25set CFLAGS for float/fpu correctlyWaldemar Brodkorb
2015-02-25another special handling for crisWaldemar Brodkorb
malloc needs to be fixed for linuxthreads in uClibc-ng git.
2015-02-23rework gcc optimization flagsWaldemar Brodkorb
gcc uses for some architectures --with-cpu, with others --with-arch. Add two different symbols for that.
2015-02-22rework CFLAGS and default gcc --with-cpu usageWaldemar Brodkorb
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing.
2015-02-19respect TARGET_LDFLAGSWaldemar Brodkorb
2015-02-10make cmake build verboseWaldemar Brodkorb
2015-02-02add some fixes and inrastructure for arm nommu supportWaldemar Brodkorb
2015-01-27add basic support for opkg, update to latest stableWaldemar Brodkorb
2015-01-09add support for usb.ids.gzWaldemar Brodkorb
2015-01-05another thumb fixWaldemar Brodkorb
2015-01-03use wrapper only for m68k and uclinux aka coldfireWaldemar Brodkorb
2014-12-26use XZ instead of GZIP compression. remove old installer scriptsWaldemar Brodkorb
2014-12-19use ADK_VERBOSE to be more consistent.Waldemar Brodkorb
2014-12-19use the new concept of appliancesWaldemar Brodkorb
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete
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 ↵Waldemar Brodkorb
executables (f.e. sash) with a wrong data start are created by elf2flt)
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 ↵Waldemar Brodkorb
-static-libgcc
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar Brodkorb
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-07-08toplevel build directory changeWaldemar Brodkorb
Sorry, for the unstable changes. To build different cpu flavours and ABI's in parallel, it is required to have unique dirs.
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
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-16add missing backslashWaldemar Brodkorb