Set text address at 0

This commit is contained in:
brezak 1994-01-25 03:18:23 +00:00
parent 20469574af
commit 6c6ec2e13b
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# from: @(#)Makefile.hp300 7.10 (Berkeley) 6/27/91
# $Id: Makefile.hp300,v 1.11 1994/01/10 02:34:51 mycroft Exp $
# $Id: Makefile.hp300,v 1.12 1994/01/25 03:18:23 brezak Exp $
#
# Makefile for 4.4 BSD
# Makefile for NetBSD
#
# This makefile is constructed from a machine description:
# config machineid
@ -78,7 +78,7 @@ SYSTEM_OBJ= locore.o ${OBJS} param.o ioconf.o ${LIBKERN}
SYSTEM_DEP= Makefile ${SYSTEM_OBJ}
SYSTEM_LD_HEAD= @echo loading $@; rm -f $@
SYSTEM_LD= @strip=-x; [ X${DEBUG} = X-g ] && strip=-X || true; \
${LD} $$strip -n -o $@ -e start ${SYSTEM_OBJ} vers.o
${LD} $$strip -n -T 0 -o $@ -e start ${SYSTEM_OBJ} vers.o
#SYSTEM_LD_TAIL= @echo rearranging symbols;\
# symorder symbols.sort $@;\
SYSTEM_LD_TAIL= @size $@; chmod 755 $@; \