History log of /seL4-camkes-master/tools/rumprun/tests/nolibc/Makefile
Revision Date Author Comments
# 87286488 27-Oct-2015 Antti Kantee <pooka@iki.fi>

Use destdir/rumprun-$MACHINE_GNU_ARCH$ as a GNU-like prefix.


# 7695cf4a 27-Oct-2015 Antti Kantee <pooka@iki.fi>

Use MACHINE_GNU_ARCH, not MACHINE_ARCH

That matches the terms (and make variables!) with the NetBSD
Makefiles and avoids mismatch lossage.


# b91405b7 27-Oct-2015 Antti Kantee <pooka@iki.fi>

Make it rumprun[-MACHINE_ARCH[-PLATFORM]]

That way MACHINE_ARCH (if it exists in the particular name),
is always in the same spot, and the same holds for PLATFORM.


# de0ef557 27-Oct-2015 Antti Kantee <pooka@iki.fi>

create the bmk.ldscript link into objdir


# 0b5fe9eb 27-Oct-2015 Antti Kantee <pooka@iki.fi>

call it rumprun.o, install into rumprun-platform-arch


# 6c027fd3 27-Oct-2015 Antti Kantee <pooka@iki.fi>

Update header location to re-fix kernonly test


# 0989a6e4 26-Oct-2015 Antti Kantee <pooka@iki.fi>

kernonly test: change -L to match new reality.


# eafda88a 21-Oct-2015 Antti Kantee <pooka@iki.fi>

Build libs into objdir.

Well, the ones built by platform/Makefile.inc, at any rate.


# 2f4520a0 21-Oct-2015 Antti Kantee <pooka@iki.fi>

Fix pasto in previous to fix kernonly build.


# 770a114e 21-Oct-2015 Antti Kantee <pooka@iki.fi>

create main object and pseudostubs into objdir


# ee05901d 21-Oct-2015 Antti Kantee <pooka@iki.fi>

Consolidate the RUMPRUN_MKCONF include dance into global.mk

Convert all safe-looking locations, i.e. NOT app-tools
or platform/xen/xen.


# 9513399b 21-Oct-2015 Antti Kantee <pooka@iki.fi>

create config.mk into objdir


# 4d642ce2 16-Oct-2015 Sebastian Wicki <gandro@gmx.net>

Simplify nolibc Makefile

No architecture specific ifdefs needed anymore, we can reuse
BUILDRUMP_TOOLFLAGS for i386.


# 82a35159 15-Oct-2015 Antti Kantee <pooka@iki.fi>

Specify bake-time special ldflags in global.mk

Finally decouples Makefile.app-tools from platform/x/Makefile


# 94e72f46 15-Oct-2015 Antti Kantee <pooka@iki.fi>

make "make clean" work for non-hw without PLATFORM=foo


# cc08a770 14-Oct-2015 Antti Kantee <pooka@iki.fi>

g/c libs which are now included in $rumprun.o


# 2cd40cd0 14-Oct-2015 Antti Kantee <pooka@iki.fi>

Put ldscript in common place


# 2ac55564 14-Oct-2015 Antti Kantee <pooka@iki.fi>

allow specifying platform as a make variable

default: hw


# 1b032e02 10-Oct-2015 Antti Kantee <pooka@iki.fi>

Fix test build for kernonly mode


# 22f68247 03-Sep-2015 Sebastian Wicki <gandro@gmx.net>

Add tests and -k flag to buildtests.sh