Makefile: Added -T 0 to link for kernel.
files.mac68k.newconf: Removed ddb entries.
This commit is contained in:
parent
af6d2f067d
commit
558be1794a
@ -75,7 +75,7 @@ SYSTEM_OBJ= locore.o ${OBJS} param.o ioconf.o conf.o ${LIBKERN}
|
|||||||
SYSTEM_DEP= Makefile ${SYSTEM_OBJ}
|
SYSTEM_DEP= Makefile ${SYSTEM_OBJ}
|
||||||
SYSTEM_LD_HEAD= @echo loading $@; rm -f $@
|
SYSTEM_LD_HEAD= @echo loading $@; rm -f $@
|
||||||
SYSTEM_LD= @strip=-x; [ X${DEBUG} = X-g ] && strip=-X || true; \
|
SYSTEM_LD= @strip=-x; [ X${DEBUG} = X-g ] && strip=-X || true; \
|
||||||
${LD} $$strip -n -e start -o $@ \
|
${LD} $$strip -n -T 0 -e start -o $@ \
|
||||||
${SYSTEM_OBJ} vers.o ${LIBKERN}
|
${SYSTEM_OBJ} vers.o ${LIBKERN}
|
||||||
#SYSTEM_LD_TAIL= @echo rearranging symbols;\
|
#SYSTEM_LD_TAIL= @echo rearranging symbols;\
|
||||||
# symorder symbols.sort $@;\
|
# symorder symbols.sort $@;\
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# from: @(#)files.sparc 8.1 (Berkeley) 7/19/93
|
# from: @(#)files.sparc 8.1 (Berkeley) 7/19/93
|
||||||
# $Id: files.mac68k,v 1.4 1994/01/08 18:31:53 cgd Exp $
|
# $Id: files.mac68k,v 1.5 1994/01/10 23:58:44 briggs Exp $
|
||||||
# files.mac68k.newconf
|
# files.mac68k.newconf
|
||||||
# mac68k-specific configuration info
|
# mac68k-specific configuration info
|
||||||
|
|
||||||
@ -66,5 +66,3 @@ file arch/mac68k/mac68k/clock.c
|
|||||||
file arch/mac68k/mac68k/autoconf.c
|
file arch/mac68k/mac68k/autoconf.c
|
||||||
file arch/mac68k/mac68k/swapgeneric.c
|
file arch/mac68k/mac68k/swapgeneric.c
|
||||||
file arch/mac68k/mac68k/itedumm.c ite needs-count
|
file arch/mac68k/mac68k/itedumm.c ite needs-count
|
||||||
file arch/mac68k/mac68k/db_interface.c ddb
|
|
||||||
file arch/mac68k/mac68k/db_trace.c ddb
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# from: @(#)files.sparc 8.1 (Berkeley) 7/19/93
|
# from: @(#)files.sparc 8.1 (Berkeley) 7/19/93
|
||||||
# $Id: files.mac68k.newconf,v 1.4 1994/01/08 18:31:53 cgd Exp $
|
# $Id: files.mac68k.newconf,v 1.5 1994/01/10 23:58:44 briggs Exp $
|
||||||
# files.mac68k.newconf
|
# files.mac68k.newconf
|
||||||
# mac68k-specific configuration info
|
# mac68k-specific configuration info
|
||||||
|
|
||||||
@ -66,5 +66,3 @@ file arch/mac68k/mac68k/clock.c
|
|||||||
file arch/mac68k/mac68k/autoconf.c
|
file arch/mac68k/mac68k/autoconf.c
|
||||||
file arch/mac68k/mac68k/swapgeneric.c
|
file arch/mac68k/mac68k/swapgeneric.c
|
||||||
file arch/mac68k/mac68k/itedumm.c ite needs-count
|
file arch/mac68k/mac68k/itedumm.c ite needs-count
|
||||||
file arch/mac68k/mac68k/db_interface.c ddb
|
|
||||||
file arch/mac68k/mac68k/db_trace.c ddb
|
|
||||||
|
Loading…
Reference in New Issue
Block a user