Change to relocation addresses that currently work on all machines.

boot programs at alternative addresses no longer built and installed
by default.
This commit is contained in:
pk 2000-10-20 11:21:08 +00:00
parent e999ecae48
commit d037bc4f59
1 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.buildboot,v 1.13 2000/08/28 19:10:31 pk Exp $
# $NetBSD: Makefile.buildboot,v 1.14 2000/10/20 11:21:08 pk Exp $
S= ${.CURDIR}/../../../..
@ -10,12 +10,14 @@ SRCS= ${COMMONSOURCE} ${PROGSOURCE}
MKMAN= no
BINMODE= 444
RELOCS= 200000 3E0000 400000 700000
# Note: a `RELOC' value of 0x3E0000 seems to work on most machines
RELOC_DEFAULT?= 3E0000
# Note: relocating `boot' at 0x3C8000 seems to work on most machines
RELOC_DEFAULT?= 3C8000
RELOCS= $(RELOC_DEFAULT)
#RELOCS+= 200000 400000 700000 # additional link addresses
# `bootxx' is linked at a different address to circumvent i-cache
# flushing issues on Hypersparcs
RELOC_BOOTXX= 3F8000
RELOC_BOOTXX= 300000
CPPFLAGS+= -D_STANDALONE -DSUN4 -DSUN4C -DHEAP_VARIABLE