From owner-p4-projects Mon Apr 29 15:37:33 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 38EB337B417; Mon, 29 Apr 2002 15:37:29 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63A5837B416 for ; Mon, 29 Apr 2002 15:37:28 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3TMbS717871 for perforce@freebsd.org; Mon, 29 Apr 2002 15:37:28 -0700 (PDT) (envelope-from jake@freebsd.org) Date: Mon, 29 Apr 2002 15:37:28 -0700 (PDT) Message-Id: <200204292237.g3TMbS717871@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to jake@freebsd.org using -f From: Jake Burkholder Subject: PERFORCE change 10487 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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