History log of /netbsd-src/sys/arch/bebox/stand/boot/Makefile (Results 1 – 25 of 37)
Revision Date Author Comments
# f937c412 03-Jun-2023 lukem <lukem@NetBSD.org>

bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER

Provide a single variable
CC_WNO_ADDRESS_OF_PACKED_MEMBER
with options for both clang and gcc, to replace
CLANG_NO_ADDR_OF_PACKED_MEMBER
CC_N

bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER

Provide a single variable
CC_WNO_ADDRESS_OF_PACKED_MEMBER
with options for both clang and gcc, to replace
CLANG_NO_ADDR_OF_PACKED_MEMBER
CC_NO_ADDR_OF_PACKED_MEMBER
GCC_NO_ADDR_OF_PACKED_MEMBER

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.

show more ...


# 28c1b355 07-Sep-2020 mrg <mrg@NetBSD.org>

apply some GCC_NO_ADDR_OF_PACKED_MEMBER.


# 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.


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

Use <bsd.klinks.mk>


# 4098916e 01-Sep-2012 matt <matt@NetBSD.org>

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 ...


# 19b23810 21-Jan-2011 joerg <joerg@NetBSD.org>

Switch remaining platforms to modern CPP for assembler.


# 9a2413ff 14-Oct-2010 kiyohara <kiyohara@NetBSD.org>

Support kernel load from SCSI HDD with onboard siop. It is very EXPERIMENTAL!!


# 01f89bfd 14-Oct-2010 kiyohara <kiyohara@NetBSD.org>

Support kernel load from IDE HDD with onboard wdc. like cobalt, sandpoint.


# 05071029 14-Oct-2010 kiyohara <kiyohara@NetBSD.org>

Add pci.c to SRCS.


# ac458dd6 14-Oct-2010 kiyohara <kiyohara@NetBSD.org>

Add -I${S}/lib/libsa and reorder.


# 33aaae50 26-May-2008 kiyohara <kiyohara@NetBSD.org>

Split boot/boot_com0/boot_vga.
boot supports framebuffer.
boot_com0 supports com0.
boot_vga supports vga, not frambuffer.


# 7bff3a9b 26-Mar-2008 kiyohara <kiyohara@NetBSD.org>

We might be able to use VGA. Please comment out for line '-DCONS_SERIAL'
if you wish for it. In that case, you will occasionally see the hoarsely
and strangely transformed character on screen. This

We might be able to use VGA. Please comment out for line '-DCONS_SERIAL'
if you wish for it. In that case, you will occasionally see the hoarsely
and strangely transformed character on screen. This reason cannot be
understood yet.
Default is continuously a serial console.

show more ...


# d974db0a 17-Oct-2007 garbled <garbled@NetBSD.org>

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the v

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

show more ...


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

merge ktrace-lwp.


# 9a999c37 25-Nov-2004 jmc <jmc@NetBSD.org>

Convert bebox's remaining host tools over to cross tools scheme. Builds to sets
w/o error now.


# 84fafa3d 21-Jun-2004 jmc <jmc@NetBSD.org>

Ignore errors on some rm -rf's for platforms that aren't quite
POSIX compliant
and return errors on r/o source (FreeBSD) for -rf. Fixes PR#25022


# 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.


# aff62bef 24-Oct-2003 matt <matt@NetBSD.org>

Make this build in a R/O build tree. And add -I. for gcc3


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

Use -ffreestanding.


# 612c6ed6 09-Apr-2002 sakamoto <sakamoto@NetBSD.org>

add CFLAGS=-Wno-main for void main, suggested by Tsutsui-san.


# ff5a1357 08-Apr-2002 sakamoto <sakamoto@NetBSD.org>

fix vers.o target.
add cleandir distclean cleanlibdir target, remove cleanobjs target.


# bd5eeb97 15-Mar-2002 heinz <heinz@NetBSD.org>

add .CURDIR/ld.script to enable builds with OBJMACHINE=yes


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

MKfoo=no -> NOfoo


12