History log of /netbsd/sys/arch/alpha/stand/Makefile.inc (Results 1 – 23 of 23)
Revision Date Author Comments
# 709cb731 23-Jan-2011 joerg <joerg@NetBSD.org>

Define NOMAN earlier


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

merge ktrace-lwp.


# a773da12 05-Jan-2005 simonb <simonb@NetBSD.org>

Revert previous method of stripping out the .eh_frame sections from
objects as they're built now that we strip them all out at final link
time.


# a6be320e 28-Dec-2004 jmc <jmc@NetBSD.org>

Make sure all objects strip out the .eh_frame section and force libsa/etc to
also do this for their objects. Otherwise this creates bootblocks that
are too large w. binutils 2.15


# fb7bc854 27-Aug-2002 lukem <lukem@NetBSD.org>

arch/*/stand stuff should be LDSTATIC=-static and not LDSTATIC?=-static.
It doesn't make sense to have standalone stuff dynamically linked just
because an end-user uses LDSTATIC="".


# b0b0a32a 12-Dec-2001 lukem <lukem@NetBSD.org>

Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).
Otherwise the appropriate MKxxx=no won't be defined .


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

MKfoo=no -> NOfoo


# 13fcfc2a 11-Apr-1999 cgd <cgd@NetBSD.org>

only conditionally set BINDIR to /usr/mdec


# f8fcd4d2 05-Apr-1999 cgd <cgd@NetBSD.org>

-I goes in CPPFLAGS, not CFLAGS


# 6603c44a 05-Apr-1999 cgd <cgd@NetBSD.org>

reorganize Makefiles so that warning flags aren't accidentally omitted,
and so that all programs and boot blocks are built.


# 5caecb6a 28-Sep-1998 thorpej <thorpej@NetBSD.org>

Fix for some EGCS warnings.


# 6baebf57 27-Aug-1998 tv <tv@NetBSD.org>

Nuke egcs warns: void main(), implicit int


# 4893f223 28-Mar-1998 thorpej <thorpej@NetBSD.org>

Much more sane boot block builds, from Chris Demetriou.


# 969e506d 06-Sep-1997 drochner <drochner@NetBSD.org>

Oops, last change made "make depend" work incompletely. Don't define
a "depend" rule here.


# 7546d660 06-Sep-1997 drochner <drochner@NetBSD.org>

Make sure the <machine/*.h> includes come from current kernel sources,
not from installed userland.


# 562fa9b9 06-Apr-1997 cgd <cgd@NetBSD.org>

clean up NetBSD RCS ID strings


# 3192bd31 23-Feb-1997 cgd <cgd@NetBSD.org>

turn Alpha's ELF_TOOLCHAIN checks to ECOFF_TOOLCHAIN checks


# 90466a7b 16-Feb-1997 cgd <cgd@NetBSD.org>

protect against multiple inclusion, make HEAP_LIMIT define libsa-specific


# ce93ba49 24-Jan-1997 cgd <cgd@NetBSD.org>

kill unnecessary newline


# 274cf3fb 16-Jan-1997 cgd <cgd@NetBSD.org>

move the secondary bootstrap down (to 0x20004000), and add a HEAP_LIMIT
so that we don't exhaust our bootstrap address space (when using the new,
not yet checked in, memory allocator).


# c11ba5f7 06-Oct-1996 cgd <cgd@NetBSD.org>

key on ELF_TOOLCHAIN being defined (presumably in /etc/mk.conf)
to signal that the build is happening on a machine with an ELF
toolchain. This is temporary, until a better toolchain-recognition
sche

key on ELF_TOOLCHAIN being defined (presumably in /etc/mk.conf)
to signal that the build is happening on a machine with an ELF
toolchain. This is temporary, until a better toolchain-recognition
scheme is worked out.

show more ...


# 6048292b 23-Sep-1996 cgd <cgd@NetBSD.org>

add -DECOFF_COMPAT to CPPFLAGS if ELF_TOOLCHAIN not defined.


# deb4082f 23-Nov-1995 cgd <cgd@NetBSD.org>

wholesale update from my NetBSD/Alpha source tree. Includes:
Support for AXPpci CPUs,
Support for AlphaStation 600 CPUs,
new boot block structure, which requires an 'installboot'
program and

wholesale update from my NetBSD/Alpha source tree. Includes:
Support for AXPpci CPUs,
Support for AlphaStation 600 CPUs,
new boot block structure, which requires an 'installboot'
program and works a lot like the NetBSD/sparc boot blocks.

show more ...