History log of /openbsd/sys/arch/alpha/stand/nboot/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# 71e7d8aa 28-Jan-2024 deraadt <deraadt@openbsd.org>

Force -fno-stack-protector on "boot block" that absolutely can't have
a stack protector (probably not even a -fstack-protector-strong) because
the bloat would render them unuseable. This also means

Force -fno-stack-protector on "boot block" that absolutely can't have
a stack protector (probably not even a -fstack-protector-strong) because
the bloat would render them unuseable. This also means the system
compiler can now take on any more it wants, and all the pieces which
can't use the stack protector are properly marked.
ok kettenis

show more ...


# 079ff3a2 13-Mar-2023 miod <miod@openbsd.org>

Add manual page.


# 0eebeeb2 11-Mar-2023 miod <miod@openbsd.org>

New alpha secondary boot blocks using the MI code base. Not linked to the
build yet.