Home | History | Annotate | Line # | Download | only in conf
Makefile.sgimips.inc revision 1.1.4.1
      1  1.1.4.1  nathanw #	$NetBSD: Makefile.sgimips.inc,v 1.1.4.1 2001/06/21 19:33:30 nathanw Exp $
      2      1.1     matt 
      3  1.1.4.1  nathanw SYSTEM_LD_TAIL=	@echo ${LD} -N -T ${MIPS}/conf/kern.ldscript.be -Ttext 0x88002000 \
      4      1.1     matt 		-e start ${GP} -x -o $@.high '$${SYSTEM_OBJ}' vers.o ; \
      5  1.1.4.1  nathanw 		${LD} -N -T ${MIPS}/conf/kern.ldscript.be -Ttext 0x88002000 \
      6      1.1     matt 		-e start ${GP} -x -o $@.high ${SYSTEM_OBJ} vers.o swapnetbsd.o
      7      1.1     matt # XXX
      8      1.1     matt SYSTEM_LD_TAIL+=; \
      9      1.1     matt 		${SIZE} $@; chmod 755 $@ ; \
     10      1.1     matt 		${SIZE} $@.high; chmod 755 $@.high
     11      1.1     matt 
     12      1.1     matt # Used if DEBUG != ""
     13      1.1     matt DEBUG_SYSTEM_LD_TAIL+=; \
     14      1.1     matt 		echo mv -f $@ $@.gdb; mv -f $@ $@.gdb; \
     15      1.1     matt 		echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
     16      1.1     matt 		${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
     17