History log of /netbsd/sys/arch/newsmips/stand/bootxx/Makefile (Results 1 – 13 of 13)
Revision Date Author Comments
# ec658ee9 16-Apr-2009 tsutsui <tsutsui@NetBSD.org>

Use mips/conf/stand.ldscript on link so that we can use objcopy(1)
to create raw bootxx binary. Tested on NWS-5000X.


# 3d2a48dd 15-Apr-2009 tsutsui <tsutsui@NetBSD.org>

Use <bsd.klinks.mk> to create machine and ${MACHINE_ARCH} symlinks.


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

Enable prototype warning options.


# 1e9eece0 29-Jun-2006 lukem <lukem@NetBSD.org>

support MAKEVERBOSE


# aa161fb1 29-Jun-2006 lukem <lukem@NetBSD.org>

Rename LDFLAGS to LINKFLAGS, as the former is for CC not LD.


# f64c3cad 22-Nov-2002 tsutsui <tsutsui@NetBSD.org>

- Add -msoft-float and -ffreestanding to CFLAGS.
- Add -mno-abicalls to AFLAGS.
- Set WARNS?=1


# 854c067a 20-May-2002 lukem <lukem@NetBSD.org>

Update to <sys/bootblock.h>'s shared_bbinfo.
(From Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>)


# 9d95be4e 13-Apr-2002 tsutsui <tsutsui@NetBSD.org>

Add -mmemcpy to CFLAGS.


# 8e6f7afb 12-Dec-2001 tv <tv@NetBSD.org>

MKfoo=no -> NOfoo


# 5489b30b 14-Nov-2001 tv <tv@NetBSD.org>

${MAKE} print-objdir -> ${PRINTOBJDIR}


# 50159b60 12-Oct-2000 onoe <onoe@NetBSD.org>

Add support to boot on APbus machine (e.g. NWS-5000).


# 4990e1cf 17-Dec-1999 tsubai <tsubai@NetBSD.org>

Move common objects and libraries to common/.


# 95faaaec 08-Jul-1999 tsubai <tsubai@NetBSD.org>

Add NetBSD/newsmips native boot loader.