Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2002 15:37:28 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10487 for review
Message-ID:  <200204292237.g3TMbS717871@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10487

Change 10487 by jake@jake_sparc64 on 2002/04/29 15:36:40

	Use the elf2aout in the base system.

Affected files ...

... //depot/projects/sparc64/sys/boot/sparc64/boot1/Makefile#7 edit

Differences ...

==== //depot/projects/sparc64/sys/boot/sparc64/boot1/Makefile#7 (text+ko) ====

@@ -16,7 +16,7 @@
 	${LD} -N -Ttext ${BOOTBLOCKBASE} -o ${.TARGET} _start.o boot1.o
 
 boot1.aout: boot1.elf
-	/usr/local/bin/elftoaout -o ${.TARGET} boot1.elf
+	elf2aout -o ${.TARGET} boot1.elf
 
 # Construct boot1. disklabel expects it to contain zeroed-out space for the
 # label, and to be of the correct size.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204292237.g3TMbS717871>