History log of /netbsd-src/sys/arch/shark/stand/ofwboot/Makefile (Results 1 – 16 of 16)
Revision Date Author Comments
# cb5e99c6 08-Apr-2017 christos <christos@NetBSD.org>

centralize vers.c building for standalone programs.


# 8c436a98 12-Jan-2014 tsutsui <tsutsui@NetBSD.org>

Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.

XXX: probabry we should have bsd.saprog.mk or something.


# f71ef68b 21-Aug-2013 matt <matt@NetBSD.org>

Use <bsd.klinks.mk>


# 8247cf6d 30-Jun-2013 matt <matt@NetBSD.org>

Add -fno-unwind-tables
Add CPUFLAGS=-mcpu-strongarm
Add ${_MKTARGET_LINK}


# 3c550524 22-Jan-2011 joerg <joerg@NetBSD.org>

Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
disabled by -D) from the output of newvers_stand.sh. Change -D to the
inverted logic, so that it adds the date to bootprog_re

Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
disabled by -D) from the output of newvers_stand.sh. Change -D to the
inverted logic, so that it adds the date to bootprog_rev in ().

Change all platforms accordingly. -D is added if MKREPRO is not yes and
wasn't present before. Platforms that didn't use -D don't depend on
MKREPRO now either.

show more ...


# 1ab74664 12-Jan-2009 tsutsui <tsutsui@NetBSD.org>

Use WARNS=2 rather than WARNS=4 since it's too strict for MI libsa yet.


# e8574708 27-Jan-2006 uwe <uwe@NetBSD.org>

WARNS=4


# feedf5e9 26-Jan-2006 uwe <uwe@NetBSD.org>

Add -ffreestanding to CFLAGS directly.


# 5431c4ed 25-Jan-2006 uwe <uwe@NetBSD.org>

Don't try to create machine and arm symlinks if the target is obj,
clean or cleandir.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 45879fd7 30-Jun-2004 christos <christos@NetBSD.org>

- full ansi prototypes
- turn WARNS=3 on


# f85d2d1c 26-Oct-2003 lukem <lukem@NetBSD.org>

Use ${HOST_SH} instead of `sh'.

If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.


# f25f172d 08-Oct-2003 simonb <simonb@NetBSD.org>

Use -ffreestanding.
Define LIBC as nothing, we don't need to link against it.


# 73941c50 18-Jun-2002 itojun <itojun@NetBSD.org>

avoid hardcoding MBR_MAGICOFF and MBR_MAGIC.


# f7d9c1c5 10-Feb-2002 wiz <wiz@NetBSD.org>

s/dnard/shark/


# 80675955 10-Feb-2002 thorpej <thorpej@NetBSD.org>

Kill arch/arm32. The last platform supported there, Shark, is now
in arch/shark.

(NOTE: arch/dnard, a premature move to split out the Shark support
code, is going to be deleted. It has bit-rotted.)