Using -N (OMAGIC) when linking the kernel seems to avoid BtNetBSD's doing

stupid things when loading it on an NC, so do that.  Fixing (or replacing)
BtNetBSD would be better, of course.
This commit is contained in:
bjh21 2002-06-01 23:24:15 +00:00
parent ab13a2b0d3
commit 40a8771d1e

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.acorn32,v 1.13 2002/02/18 20:55:55 bjh21 Exp $
# $NetBSD: Makefile.acorn32,v 1.14 2002/06/01 23:24:15 bjh21 Exp $
# Makefile for NetBSD
#
@ -67,6 +67,7 @@ modedefs.o: modedefs.c
## (5) link settings
##
LOADADDRESS?= 0xF0000000
LINKFORMAT= -N
LINKFLAGS_NORMAL= -x
##